Color Hex Logo

#cc450b Color Hex

#CC450B
(204,69,11)
0 Favorites   0 Comments

Color spaces of #cc450b

RGB 2046911
HSL0.050.900.42
HSV18°95°80°
CMYK 0.000.660.95   0.20
XYZ27.090417.11782.1928
Yxy17.11780.58380.3689
Hunter Lab41.373744.473325.8192
CIE-Lab48.408151.429156.6346

#cc450b color RGB value is (204,69,11).

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

The process color (four color CMYK) of #cc450b color hex is 0.00, 0.66, 0.95, 0.20. Web safe color of #cc450b is #cc3300. Color #cc450b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 01000101 00001011
Octal 314 105 13
Decimal 204 69 11
Hex CC 45 B

RGB Percentages of Color #cc450b

%71.83
%24.30
%3.87

CMYK Percentages of Color #cc450b

%0
%66
%95
%20

Triadic Colors of #cc450b

#cc450b #0bcc45 #450bcc

Analogous Colors of #cc450b

#cc450b #cca60b #cc0b31

Monochromatic Colors of #cc450b

#cc450b

Complementary Color

#cc450b #0b92cc

#cc450b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc450b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc450b Color CSS Codes

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

#cc450b Text Font Color

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

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


#cc450b Background Color

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

This div background color is #cc450b


#cc450b Border Color

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

This div border color is #cc450b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc450b


Comments

No comments written yet.

Please login to write comment.