Color Hex Logo

#cc420f Color Hex

#CC420F
(204,66,15)
0 Favorites   0 Comments

Color spaces of #cc420f

RGB 2046615
HSL0.040.860.43
HSV16°93°80°
CMYK 0.000.680.93   0.20
XYZ26.936316.76832.2688
Yxy16.76830.58590.3647
Hunter Lab40.949145.756225.3794
CIE-Lab47.966852.706455.2521

#cc420f color RGB value is (204,66,15).

#cc420f hex color red value is 204, green value is 66 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #cc420f hue: 0.04 , saturation: 0.86 and the lightness value of cc420f is 0.43.

The process color (four color CMYK) of #cc420f color hex is 0.00, 0.68, 0.93, 0.20. Web safe color of #cc420f is #cc3300. Color #cc420f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 01000010 00001111
Octal 314 102 17
Decimal 204 66 15
Hex CC 42 F

RGB Percentages of Color #cc420f

%71.58
%23.16
%5.26

CMYK Percentages of Color #cc420f

%0
%68
%93
%20

Triadic Colors of #cc420f

#cc420f #0fcc42 #420fcc

Analogous Colors of #cc420f

#cc420f #cca10f #cc0f3b

Monochromatic Colors of #cc420f

#cc420f

Complementary Color

#cc420f #0f99cc

#cc420f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc420f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc420f Color CSS Codes

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

#cc420f Text Font Color

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

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


#cc420f Background Color

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

This div background color is #cc420f


#cc420f Border Color

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

This div border color is #cc420f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc420f


Comments

No comments written yet.

Please login to write comment.