Color Hex Logo

#cc700e Color Hex

#CC700E
(204,112,14)
0 Favorites   0 Comments

Color spaces of #cc700e

RGB 20411214
HSL0.090.870.43
HSV31°93°80°
CMYK 0.000.450.93   0.20
XYZ30.775324.45743.5142
Yxy24.45740.52390.4163
Hunter Lab49.454424.534630.4050
CIE-Lab56.542930.655461.3965

#cc700e color RGB value is (204,112,14).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 01110000 00001110
Octal 314 160 16
Decimal 204 112 14
Hex CC 70 E

RGB Percentages of Color #cc700e

%61.82
%33.94
%4.24

CMYK Percentages of Color #cc700e

%0
%45
%93
%20

Triadic Colors of #cc700e

#cc700e #0ecc70 #700ecc

Analogous Colors of #cc700e

#cc700e #c9cc0e #cc110e

Monochromatic Colors of #cc700e

#cc700e

Complementary Color

#cc700e #0e6acc

#cc700e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc700e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc700e Color CSS Codes

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

#cc700e Text Font Color

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

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


#cc700e Background Color

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

This div background color is #cc700e


#cc700e Border Color

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

This div border color is #cc700e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc700e


Comments

No comments written yet.

Please login to write comment.