top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

Can anyone tell the important color codes of CSS?

0 votes
286 views
Can anyone tell the important color codes of CSS?
posted Mar 10, 2016 by Sahana

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button
Just google it and help yourself.

1 Answer

+1 vote
Color HEX   Color RGB
#000000     rgb(0,0,0)
#FF0000     rgb(255,0,0)
#00FF00     rgb(0,255,0)
#0000FF     rgb(0,0,255)
#FFFF00     rgb(255,255,0)
#00FFFF     rgb(0,255,255)
#FF00FF     rgb(255,0,255)
#C0C0C0     rgb(192,192,192)
#FFFFFF     rgb(255,255,255)
answer Mar 10, 2016 by Ashish Kumar Khanna
Similar Questions
+1 vote

I tried the following code.But its not working.

html {scrollbar-face-color:#D6D7D6 ;
scrollbar-shadow-color: #FFFFFF;
scrollbar-highlight-color:#EFEFEF;
scrollbar-3dlight-color: #FFFFFF;

scrollbar-track-color: #FFFFFF;
scrollbar-arrow-color:  #000000;}
0 votes

Example --`.class{
background-color:#ff0000 !important ;
}

0 votes

I have an image called social-share-icon.gif.This image containing facebook,twitter and google+ icon.

In Css i need to use all icon as seperate.I don't have any idea how to use this.

Some one please help with example code.

...