Color Hex Logo

#cc800b Color Hex

#CC800B
(204,128,11)
0 Favorites   0 Comments

Color spaces of #cc800b

RGB 20412811
HSL0.100.900.42
HSV36°95°80°
CMYK 0.000.370.95   0.20
XYZ32.681428.29994.0565
Yxy28.29990.50250.4351
Hunter Lab53.197716.563732.7173
CIE-Lab60.158722.016764.5106

#cc800b color RGB value is (204,128,11).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10000000 00001011
Octal 314 200 13
Decimal 204 128 11
Hex CC 80 B

RGB Percentages of Color #cc800b

%59.48
%37.32
%3.21

CMYK Percentages of Color #cc800b

%0
%37
%95
%20

Triadic Colors of #cc800b

#cc800b #0bcc80 #800bcc

Analogous Colors of #cc800b

#cc800b #b8cc0b #cc200b

Monochromatic Colors of #cc800b

#cc800b

Complementary Color

#cc800b #0b57cc

#cc800b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc800b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc800b Color CSS Codes

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

#cc800b Text Font Color

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

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


#cc800b Background Color

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

This div background color is #cc800b


#cc800b Border Color

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

This div border color is #cc800b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc800b


Comments

No comments written yet.

Please login to write comment.