Color Hex Logo

#cc520e Color Hex

#CC520E
(204,82,14)
0 Favorites   0 Comments

Color spaces of #cc520e

RGB 2048214
HSL0.060.870.43
HSV21°93°80°
CMYK 0.000.600.93   0.20
XYZ27.998418.90372.5886
Yxy18.90370.56570.3820
Hunter Lab43.478438.859926.9049
CIE-Lab50.574345.727957.2749

#cc520e color RGB value is (204,82,14).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 01010010 00001110
Octal 314 122 16
Decimal 204 82 14
Hex CC 52 E

RGB Percentages of Color #cc520e

%68.00
%27.33
%4.67

CMYK Percentages of Color #cc520e

%0
%60
%93
%20

Triadic Colors of #cc520e

#cc520e #0ecc52 #520ecc

Analogous Colors of #cc520e

#cc520e #ccb10e #cc0e29

Monochromatic Colors of #cc520e

#cc520e

Complementary Color

#cc520e #0e88cc

#cc520e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc520e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc520e Color CSS Codes

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

#cc520e Text Font Color

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

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


#cc520e Background Color

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

This div background color is #cc520e


#cc520e Border Color

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

This div border color is #cc520e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc520e


Comments

No comments written yet.

Please login to write comment.