Color Hex Logo

#cc700c Color Hex

#CC700C
(204,112,12)
0 Favorites   0 Comments

Color spaces of #cc700c

RGB 20411212
HSL0.090.890.42
HSV31°94°80°
CMYK 0.000.450.94   0.20
XYZ30.762424.45233.4462
Yxy24.45230.52440.4168
Hunter Lab49.449324.508730.4825
CIE-Lab56.537830.629161.8012

#cc700c color RGB value is (204,112,12).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 01110000 00001100
Octal 314 160 14
Decimal 204 112 12
Hex CC 70 C

RGB Percentages of Color #cc700c

%62.20
%34.15
%3.66

CMYK Percentages of Color #cc700c

%0
%45
%94
%20

Triadic Colors of #cc700c

#cc700c #0ccc70 #700ccc

Analogous Colors of #cc700c

#cc700c #c8cc0c #cc100c

Monochromatic Colors of #cc700c

#cc700c

Complementary Color

#cc700c #0c68cc

#cc700c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc700c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc700c Color CSS Codes

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

#cc700c Text Font Color

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

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


#cc700c Background Color

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

This div background color is #cc700c


#cc700c Border Color

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

This div border color is #cc700c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc700c


Comments

No comments written yet.

Please login to write comment.