Color Hex Logo

#cc710e Color Hex

#CC710E
(204,113,14)
0 Favorites   0 Comments

Color spaces of #cc710e

RGB 20411314
HSL0.090.870.43
HSV31°93°80°
CMYK 0.000.450.93   0.20
XYZ30.886224.67933.5512
Yxy24.67930.52250.4175
Hunter Lab49.678324.040930.5365
CIE-Lab56.761630.124561.5509

#cc710e color RGB value is (204,113,14).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 01110001 00001110
Octal 314 161 16
Decimal 204 113 14
Hex CC 71 E

RGB Percentages of Color #cc710e

%61.63
%34.14
%4.23

CMYK Percentages of Color #cc710e

%0
%45
%93
%20

Triadic Colors of #cc710e

#cc710e #0ecc71 #710ecc

Analogous Colors of #cc710e

#cc710e #c8cc0e #cc120e

Monochromatic Colors of #cc710e

#cc710e

Complementary Color

#cc710e #0e69cc

#cc710e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc710e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc710e Color CSS Codes

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

#cc710e Text Font Color

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

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


#cc710e Background Color

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

This div background color is #cc710e


#cc710e Border Color

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

This div border color is #cc710e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc710e


Comments

No comments written yet.

Please login to write comment.