Color Hex Logo

#cc960a Color Hex

#CC960A
(204,150,10)
0 Favorites   0 Comments

Color spaces of #cc960a

RGB 20415010
HSL0.120.910.42
HSV43°95°80°
CMYK 0.000.260.95   0.20
XYZ35.863034.67205.0893
Yxy34.67200.47420.4585
Hunter Lab58.88295.671336.0936
CIE-Lab65.492510.043268.4606

#cc960a color RGB value is (204,150,10).

#cc960a hex color red value is 204, green value is 150 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #cc960a hue: 0.12 , saturation: 0.91 and the lightness value of cc960a is 0.42.

The process color (four color CMYK) of #cc960a color hex is 0.00, 0.26, 0.95, 0.20. Web safe color of #cc960a is #cc9900. Color #cc960a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10010110 00001010
Octal 314 226 12
Decimal 204 150 10
Hex CC 96 A

RGB Percentages of Color #cc960a

%56.04
%41.21
%2.75

CMYK Percentages of Color #cc960a

%0
%26
%95
%20

Triadic Colors of #cc960a

#cc960a #0acc96 #960acc

Analogous Colors of #cc960a

#cc960a #a1cc0a #cc350a

Monochromatic Colors of #cc960a

#cc960a

Complementary Color

#cc960a #0a40cc

#cc960a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc960a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc960a Color CSS Codes

.mybgcolor {background-color:#cc960a; } 
.myforecolor {color:#cc960a; }
.mybordercolor {border:3px solid #cc960a; }

#cc960a Text Font Color

<p style="color:#cc960a">Text here</p>

This sample text font color is #cc960a
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#cc960a Background Color

<div style="background-color:#cc960a">
Div content here</div>

This div background color is #cc960a


#cc960a Border Color

<div style="border:3px solid #cc960a">
Div here</div>

This div border color is #cc960a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(204,150,10, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #cc960a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #cc960a;
  -webkit-box-shadow: 1px 1px 3px 2px #cc960a;
  box-shadow:         1px 1px 3px 2px #cc960a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(204,150,10, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #cc960a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #cc960a;
  -webkit-box-shadow: 1px 1px 3px 2px #cc960a;
  box-shadow:         1px 1px 3px 2px #cc960a;">
Div content here</div>

This div box has shadow with color #cc960a


Comments

No comments written yet.

Please login to write comment.