How are colors represented using hexadecimal codes in CSS?
A). As words like red, blue, green, etc.
B). As RGB values
C). As six-digit codes starting with a # symbol
D). As percentages in HSL format
Which CSS property sets the color of an element's border?
A). color
B). background-color
C). border-color
D). box-shadow
What does RGBA stand for in CSS color values?
A). Red, Blue, Green, Alpha
B). Red, Green, Blue, Opacity
C). Realistic Brightness Adjustment
D). RGB with Alpha channel for opacity
How are colors represented using RGBA values in CSS?
A). As words like red, blue, green, etc.
B). As RGB values
C). As four-digit codes starting with a # symbol
D). As RGB values with an alpha channel for opacity
How are colors represented using hexadecimal codes in CSS?
A). As words like red, blue, green, etc.
B). As RGB values
C). As six-digit codes starting with a # symbol
D). As percentages in HSL format
Which CSS property sets the color of an element's border?
A). color
B). background-color
C). border-color
D). box-shadow
Which CSS property sets the color of text within an element?
A). text-color
B). font-color
C). color
D). text-fill
Which color format uses hue, saturation, and lightness values to represent colors?
A). Hexadecimal codes
B). RGB values
C). Color names
D). HSL values
Which color format uses predefined color names like red, blue, green, etc.?
A). Hexadecimal codes
B). RGB values
C). Color names
D). HSL values
What does RGBA stand for in CSS color values?
A). Red, Blue, Green, Alpha
B). Red, Green, Blue, Opacity
C). Realistic Brightness Adjustment
D). RGB with Alpha channel for opacity