Color Hex Logo

#cc400a Color Hex

#CC400A
(204,64,10)
0 Favorites   0 Comments

Color spaces of #cc400a

RGB 2046410
HSL0.050.910.42
HSV17°95°80°
CMYK 0.000.690.95   0.20
XYZ26.790016.52612.0650
Yxy16.52610.59030.3642
Hunter Lab40.652346.490525.4449
CIE-Lab47.657353.444756.4184

#cc400a color RGB value is (204,64,10).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 01000000 00001010
Octal 314 100 12
Decimal 204 64 10
Hex CC 40 A

RGB Percentages of Color #cc400a

%73.38
%23.02
%3.60

CMYK Percentages of Color #cc400a

%0
%69
%95
%20

Triadic Colors of #cc400a

#cc400a #0acc40 #400acc

Analogous Colors of #cc400a

#cc400a #cca10a #cc0a35

Monochromatic Colors of #cc400a

#cc400a

Complementary Color

#cc400a #0a96cc

#cc400a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc400a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc400a Color CSS Codes

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

#cc400a Text Font Color

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

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


#cc400a Background Color

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

This div background color is #cc400a


#cc400a Border Color

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

This div border color is #cc400a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc400a


Comments

No comments written yet.

Please login to write comment.