Home » CSS » CSS Colors » Question
  1. Which of the following Color Format is a CSS’s six-digit hexadecimal format is the same as color defined in (X)HTML?
    1. 3-Hex Color
    2. RGBa
    3. 6-Hex Color
    4. RGBS
    5. None of these
Correct Option: C

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.



Your comments will be displayed only after manual approval.