CSS uses color values to specify a color. Typically, these are used to set a color either for the foreground of an element (i.e., its text)
or else for the background of the element. They can also be used to affect the color of borders and other decorative effects.
You can specify your color values in various formats :

  • Hex Code
  • Short Hex Code
  • RGB %
  • RGB Absolute
  • keyword

    Hex Codes :

    A hexadecimal is a 6 digit representation of a color. The first two digits(RR) represent a red value,
     the next two are a green value(GG), and the last are the blue value(BB).

    Short Hex Codes :
    This is a shorter form of the six-digit notation. In this format, each digit is replicated to arrive at
    an equivalent six-digit value. For example: #6A7 becomes #66AA77.
     RGB Values :


Do you Know?
Progamming is what actually means ?

What is software development ?

How we categorized software development in different manner.

C Programming
C Plus Plus
Python
Java Development
Web Designing
Javascript
Mysql
Oracle
We cover all the programming concepts in various programming languages, this tutorials are very help full for bigener as well as Experience developer, for the ease of understanding we categorized programming in different manner likewise.