Friday, February 22, 2013

February 22 Online Discussion Question 3

What are the different ways to specify web colors? Provide additional information about each method

5 comments:

  1. One way to specify web colors is to specify them by name.

    You just type the color name. The CSS color names are case-insensitive. There are only 17 predefined colors in CSS.

    [Collin]

    ReplyDelete
  2. Another way is to use Hexidecimal Codes.
    Each set of two digits of the hex code represent the red, green and blue component of the color. You must always start a hex code with a "#"
    Autumn

    ReplyDelete
  3. You can specify color in red, green, and blue values.

    Begin with "rgb" (red, green, blue).

    Then specify the percentages for red, green, and blue within ( ).

    Don't forget to put a % after each one.

    Ethan

    ReplyDelete
  4. Hexidecimal codes:
    You start the code with a # and each set of digits represents the red, green and blue colors.
    Gracie

    ReplyDelete
  5. naming= can get a few colors (17) but they are very general
    {travis}

    ReplyDelete