Color Hex Logo

#cc960e Color Hex

#CC960E
(204,150,14)
0 Favorites   0 Comments

Color spaces of #cc960e

RGB 20415014
HSL0.120.870.43
HSV43°93°80°
CMYK 0.000.260.93   0.20
XYZ35.887534.68185.2182
Yxy34.68180.47350.4576
Hunter Lab58.89135.715735.9703
CIE-Lab65.500210.092467.8707

#cc960e color RGB value is (204,150,14).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10010110 00001110
Octal 314 226 16
Decimal 204 150 14
Hex CC 96 E

RGB Percentages of Color #cc960e

%55.43
%40.76
%3.80

CMYK Percentages of Color #cc960e

%0
%26
%93
%20

Triadic Colors of #cc960e

#cc960e #0ecc96 #960ecc

Analogous Colors of #cc960e

#cc960e #a3cc0e #cc370e

Monochromatic Colors of #cc960e

#cc960e

Complementary Color

#cc960e #0e44cc

#cc960e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc960e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc960e Color CSS Codes

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

#cc960e Text Font Color

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

This sample text font color is #cc960e
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.


#cc960e Background Color

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

This div background color is #cc960e


#cc960e Border Color

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

This div border color is #cc960e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc960e


Comments

No comments written yet.

Please login to write comment.