Color Hex Logo

#cc5614 Color Hex

#CC5614
(204,86,20)
0 Favorites   0 Comments

Color spaces of #cc5614

RGB 2048620
HSL0.060.820.44
HSV22°90°80°
CMYK 0.000.580.90   0.20
XYZ28.355919.54352.9396
Yxy19.54350.55780.3844
Hunter Lab44.208037.129427.0032
CIE-Lab51.317143.936456.0656

#cc5614 color RGB value is (204,86,20).

#cc5614 hex color red value is 204, green value is 86 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #cc5614 hue: 0.06 , saturation: 0.82 and the lightness value of cc5614 is 0.44.

The process color (four color CMYK) of #cc5614 color hex is 0.00, 0.58, 0.90, 0.20. Web safe color of #cc5614 is #cc6600. Color #cc5614 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 01010110 00010100
Octal 314 126 24
Decimal 204 86 20
Hex CC 56 14

RGB Percentages of Color #cc5614

%65.81
%27.74
%6.45

CMYK Percentages of Color #cc5614

%0
%58
%90
%20

Triadic Colors of #cc5614

#cc5614 #14cc56 #5614cc

Analogous Colors of #cc5614

#cc5614 #ccb214 #cc142e

Monochromatic Colors of #cc5614

#cc5614

Complementary Color

#cc5614 #148acc

#cc5614 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc5614 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc5614 Color CSS Codes

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

#cc5614 Text Font Color

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

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


#cc5614 Background Color

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

This div background color is #cc5614


#cc5614 Border Color

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

This div border color is #cc5614


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc5614


Comments

No comments written yet.

Please login to write comment.