Color Hex Logo

#cc700a Color Hex

#CC700A
(204,112,10)
0 Favorites   0 Comments

Color spaces of #cc700a

RGB 20411210
HSL0.090.910.42
HSV32°95°80°
CMYK 0.000.450.95   0.20
XYZ30.750824.44763.3853
Yxy24.44760.52490.4173
Hunter Lab49.444524.485830.5518
CIE-Lab56.533230.606062.1681

#cc700a color RGB value is (204,112,10).

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

The process color (four color CMYK) of #cc700a color hex is 0.00, 0.45, 0.95, 0.20. Web safe color of #cc700a is #cc6600. Color #cc700a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 01110000 00001010
Octal 314 160 12
Decimal 204 112 10
Hex CC 70 A

RGB Percentages of Color #cc700a

%62.58
%34.36
%3.07

CMYK Percentages of Color #cc700a

%0
%45
%95
%20

Triadic Colors of #cc700a

#cc700a #0acc70 #700acc

Analogous Colors of #cc700a

#cc700a #c7cc0a #cc0f0a

Monochromatic Colors of #cc700a

#cc700a

Complementary Color

#cc700a #0a66cc

#cc700a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc700a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc700a Color CSS Codes

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

#cc700a Text Font Color

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

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


#cc700a Background Color

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

This div background color is #cc700a


#cc700a Border Color

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

This div border color is #cc700a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc700a


Comments

No comments written yet.

Please login to write comment.