Color Hex Logo

#cc8010 Color Hex

#CC8010
(204,128,16)
0 Favorites   0 Comments

Color spaces of #cc8010

RGB 20412816
HSL0.100.850.43
HSV36°92°80°
CMYK 0.000.370.92   0.20
XYZ32.714528.31314.2309
Yxy28.31310.50130.4339
Hunter Lab53.210116.627432.5327
CIE-Lab60.170622.083963.5871

#cc8010 color RGB value is (204,128,16).

#cc8010 hex color red value is 204, green value is 128 and the blue value of its RGB is 16. Cylindrical-coordinate representations (also known as HSL) of color #cc8010 hue: 0.10 , saturation: 0.85 and the lightness value of cc8010 is 0.43.

The process color (four color CMYK) of #cc8010 color hex is 0.00, 0.37, 0.92, 0.20. Web safe color of #cc8010 is #cc9900. Color #cc8010 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10000000 00010000
Octal 314 200 20
Decimal 204 128 16
Hex CC 80 10

RGB Percentages of Color #cc8010

%58.62
%36.78
%4.60

CMYK Percentages of Color #cc8010

%0
%37
%92
%20

Triadic Colors of #cc8010

#cc8010 #10cc80 #8010cc

Analogous Colors of #cc8010

#cc8010 #bacc10 #cc2210

Monochromatic Colors of #cc8010

#cc8010

Complementary Color

#cc8010 #105ccc

#cc8010 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc8010 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc8010 Color CSS Codes

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

#cc8010 Text Font Color

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

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


#cc8010 Background Color

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

This div background color is #cc8010


#cc8010 Border Color

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

This div border color is #cc8010


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc8010


Comments

No comments written yet.

Please login to write comment.