Color Hex Logo

#cc540b Color Hex

#CC540B
(204,84,11)
0 Favorites   0 Comments

Color spaces of #cc540b

RGB 2048411
HSL0.060.900.42
HSV23°95°80°
CMYK 0.000.590.95   0.20
XYZ28.132619.20222.5402
Yxy19.20220.56410.3850
Hunter Lab43.820337.911327.2373
CIE-Lab50.922944.756158.2366

#cc540b color RGB value is (204,84,11).

#cc540b hex color red value is 204, green value is 84 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #cc540b hue: 0.06 , saturation: 0.90 and the lightness value of cc540b is 0.42.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 01010100 00001011
Octal 314 124 13
Decimal 204 84 11
Hex CC 54 B

RGB Percentages of Color #cc540b

%68.23
%28.09
%3.68

CMYK Percentages of Color #cc540b

%0
%59
%95
%20

Triadic Colors of #cc540b

#cc540b #0bcc54 #540bcc

Analogous Colors of #cc540b

#cc540b #ccb50b #cc0b22

Monochromatic Colors of #cc540b

#cc540b

Complementary Color

#cc540b #0b83cc

#cc540b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc540b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc540b Color CSS Codes

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

#cc540b Text Font Color

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

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


#cc540b Background Color

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

This div background color is #cc540b


#cc540b Border Color

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

This div border color is #cc540b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc540b


Comments

No comments written yet.

Please login to write comment.