Color Hex Logo

#cc5402 Color Hex

#CC5402
(204,84,2)
0 Favorites   0 Comments

Color spaces of #cc5402

RGB 204842
HSL0.070.980.40
HSV24°99°80°
CMYK 0.000.590.99   0.20
XYZ28.083119.18242.2799
Yxy19.18240.56680.3872
Hunter Lab43.797737.808227.5720
CIE-Lab50.899944.659760.2197

#cc5402 color RGB value is (204,84,2).

#cc5402 hex color red value is 204, green value is 84 and the blue value of its RGB is 2. Cylindrical-coordinate representations (also known as HSL) of color #cc5402 hue: 0.07 , saturation: 0.98 and the lightness value of cc5402 is 0.40.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 01010100 00000010
Octal 314 124 2
Decimal 204 84 2
Hex CC 54 2

RGB Percentages of Color #cc5402

%70.34
%28.97
%0.69

CMYK Percentages of Color #cc5402

%0
%59
%99
%20

Triadic Colors of #cc5402

#cc5402 #02cc54 #5402cc

Analogous Colors of #cc5402

#cc5402 #ccb902 #cc0215

Monochromatic Colors of #cc5402

#cc5402

Complementary Color

#cc5402 #027acc

#cc5402 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc5402 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc5402 Color CSS Codes

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

#cc5402 Text Font Color

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

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


#cc5402 Background Color

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

This div background color is #cc5402


#cc5402 Border Color

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

This div border color is #cc5402


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc5402


Comments

No comments written yet.

Please login to write comment.