Color Hex Logo

#cc802a Color Hex

#CC802A
(204,128,42)
0 Favorites   0 Comments

Color spaces of #cc802a

RGB 20412842
HSL0.090.660.48
HSV32°79°80°
CMYK 0.000.370.79   0.20
XYZ33.038928.44295.9392
Yxy28.44290.49000.4219
Hunter Lab53.331917.249330.7296
CIE-Lab60.286822.737455.6794

#cc802a color RGB value is (204,128,42).

#cc802a hex color red value is 204, green value is 128 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #cc802a hue: 0.09 , saturation: 0.66 and the lightness value of cc802a is 0.48.

The process color (four color CMYK) of #cc802a color hex is 0.00, 0.37, 0.79, 0.20. Web safe color of #cc802a is #cc9933. Color #cc802a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10000000 00101010
Octal 314 200 52
Decimal 204 128 42
Hex CC 80 2A

RGB Percentages of Color #cc802a

%54.55
%34.22
%11.23

CMYK Percentages of Color #cc802a

%0
%37
%79
%20

Triadic Colors of #cc802a

#cc802a #2acc80 #802acc

Analogous Colors of #cc802a

#cc802a #c7cc2a #cc2f2a

Monochromatic Colors of #cc802a

#cc802a

Complementary Color

#cc802a #2a76cc

#cc802a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc802a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc802a Color CSS Codes

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

#cc802a Text Font Color

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

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


#cc802a Background Color

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

This div background color is #cc802a


#cc802a Border Color

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

This div border color is #cc802a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc802a


Comments

No comments written yet.

Please login to write comment.