Color Hex Logo

#cc801a Color Hex

#CC801A
(204,128,26)
0 Favorites   0 Comments

Color spaces of #cc801a

RGB 20412826
HSL0.100.770.45
HSV34°87°80°
CMYK 0.000.370.87   0.20
XYZ32.807528.35034.7203
Yxy28.35030.49800.4303
Hunter Lab53.245016.806032.0153
CIE-Lab60.203922.271961.1274

#cc801a color RGB value is (204,128,26).

#cc801a hex color red value is 204, green value is 128 and the blue value of its RGB is 26. Cylindrical-coordinate representations (also known as HSL) of color #cc801a hue: 0.10 , saturation: 0.77 and the lightness value of cc801a is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10000000 00011010
Octal 314 200 32
Decimal 204 128 26
Hex CC 80 1A

RGB Percentages of Color #cc801a

%56.98
%35.75
%7.26

CMYK Percentages of Color #cc801a

%0
%37
%87
%20

Triadic Colors of #cc801a

#cc801a #1acc80 #801acc

Analogous Colors of #cc801a

#cc801a #bfcc1a #cc271a

Monochromatic Colors of #cc801a

#cc801a

Complementary Color

#cc801a #1a66cc

#cc801a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc801a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc801a Color CSS Codes

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

#cc801a Text Font Color

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

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


#cc801a Background Color

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

This div background color is #cc801a


#cc801a Border Color

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

This div border color is #cc801a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc801a


Comments

No comments written yet.

Please login to write comment.