Vidyalelo
CSS · Q59

Basic CSS

Programming · CSS · question 59

Q59

Which of the following Color Format is a CSS’s six-digit hexadecimal format is the same as color defined in (X)HTML?

A.
6-Hex Color
Answer
B.
3-Hex Color
C.
RGBS
D.
RGBa

Answer: Option A

Solution

Answer: Option A
Solution:
The format specifies color as #rrggbb, where rr is the amount of red, gg the amount of green, and bb the amount of blue, all specified in a hexadecimal value ranging from 00 to FF.