Color Hex Logo

#cc560a Color Hex

#CC560A
(204,86,10)
0 Favorites   0 Comments

Color spaces of #cc560a

RGB 2048610
HSL0.070.910.42
HSV24°95°80°
CMYK 0.000.580.95   0.20
XYZ28.284419.51492.5632
Yxy19.51490.56160.3875
Hunter Lab44.175736.980927.4828
CIE-Lab51.284343.796958.6876

#cc560a color RGB value is (204,86,10).

#cc560a hex color red value is 204, green value is 86 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #cc560a hue: 0.07 , saturation: 0.91 and the lightness value of cc560a is 0.42.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 01010110 00001010
Octal 314 126 12
Decimal 204 86 10
Hex CC 56 A

RGB Percentages of Color #cc560a

%68.00
%28.67
%3.33

CMYK Percentages of Color #cc560a

%0
%58
%95
%20

Triadic Colors of #cc560a

#cc560a #0acc56 #560acc

Analogous Colors of #cc560a

#cc560a #ccb70a #cc0a1f

Monochromatic Colors of #cc560a

#cc560a

Complementary Color

#cc560a #0a80cc

#cc560a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc560a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc560a Color CSS Codes

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

#cc560a Text Font Color

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

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


#cc560a Background Color

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

This div background color is #cc560a


#cc560a Border Color

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

This div border color is #cc560a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc560a


Comments

No comments written yet.

Please login to write comment.