Color Hex Logo

#cc870a Color Hex

#CC870A
(204,135,10)
0 Favorites   0 Comments

Color spaces of #cc870a

RGB 20413510
HSL0.110.910.42
HSV39°95°80°
CMYK 0.000.340.95   0.20
XYZ33.620630.18724.3419
Yxy30.18720.49330.4430
Hunter Lab54.942913.077533.7746
CIE-Lab61.815418.199765.8358

#cc870a color RGB value is (204,135,10).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10000111 00001010
Octal 314 207 12
Decimal 204 135 10
Hex CC 87 A

RGB Percentages of Color #cc870a

%58.45
%38.68
%2.87

CMYK Percentages of Color #cc870a

%0
%34
%95
%20

Triadic Colors of #cc870a

#cc870a #0acc87 #870acc

Analogous Colors of #cc870a

#cc870a #b0cc0a #cc260a

Monochromatic Colors of #cc870a

#cc870a

Complementary Color

#cc870a #0a4fcc

#cc870a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc870a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc870a Color CSS Codes

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

#cc870a Text Font Color

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

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


#cc870a Background Color

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

This div background color is #cc870a


#cc870a Border Color

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

This div border color is #cc870a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(204,135,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 #cc870a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc870a


Comments

No comments written yet.

Please login to write comment.