Home » CSS » CSS Colors » Question
  1. Which of the following Color Format is a CSS colors can also be defined using the keyword rgb, followed by three numbers between 0 and 255, contained in parentheses and separated by commas, with no spaces between them?
    1. HSLa Color
    2. HSL Color
    3. RGB Color
    4. RGBa Color
    5. None of these
Correct Option: C

RGB color values can also be defined using percentages. The format is the same, except that the numbers are replaced by percentage values between 0% and 100%.



Your comments will be displayed only after manual approval.