Color Hex Logo

#cc560d Color Hex

#CC560D
(204,86,13)
0 Favorites   0 Comments

Color spaces of #cc560d

RGB 2048613
HSL0.060.880.43
HSV23°94°80°
CMYK 0.000.580.94   0.20
XYZ28.302319.52202.6572
Yxy19.52200.56060.3867
Hunter Lab44.183737.018427.3629
CIE-Lab51.292443.832258.0094

#cc560d color RGB value is (204,86,13).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 01010110 00001101
Octal 314 126 15
Decimal 204 86 13
Hex CC 56 D

RGB Percentages of Color #cc560d

%67.33
%28.38
%4.29

CMYK Percentages of Color #cc560d

%0
%58
%94
%20

Triadic Colors of #cc560d

#cc560d #0dcc56 #560dcc

Analogous Colors of #cc560d

#cc560d #ccb60d #cc0d24

Monochromatic Colors of #cc560d

#cc560d

Complementary Color

#cc560d #0d83cc

#cc560d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc560d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc560d Color CSS Codes

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

#cc560d Text Font Color

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

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


#cc560d Background Color

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

This div background color is #cc560d


#cc560d Border Color

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

This div border color is #cc560d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc560d


Comments

No comments written yet.

Please login to write comment.