Vidyalelo
CSS · Q44

CSS Properties, CSS Elements, CSS Functions and Tables

Programming · CSS · question 44

Q44

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

A.
Specification defined named colors
B.
System Color Names
C.
6-Hex Color
Answer
D.
3-Hex Color

Answer: Option C

Solution

Answer: Option C
Solution:
CSS’s six-digit hexadecimal format is the same as color defined in (X)HTML. 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.