Color Hex Logo

#cc920a Color Hex

#CC920A
(204,146,10)
0 Favorites   0 Comments

Color spaces of #cc920a

RGB 20414610
HSL0.120.910.42
HSV42°95°80°
CMYK 0.000.280.95   0.20
XYZ35.235533.41714.8802
Yxy33.41710.47920.4545
Hunter Lab57.80757.638235.4599
CIE-Lab64.497212.213567.7451

#cc920a color RGB value is (204,146,10).

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

The process color (four color CMYK) of #cc920a color hex is 0.00, 0.28, 0.95, 0.20. Web safe color of #cc920a is #cc9900. Color #cc920a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10010010 00001010
Octal 314 222 12
Decimal 204 146 10
Hex CC 92 A

RGB Percentages of Color #cc920a

%56.67
%40.56
%2.78

CMYK Percentages of Color #cc920a

%0
%28
%95
%20

Triadic Colors of #cc920a

#cc920a #0acc92 #920acc

Analogous Colors of #cc920a

#cc920a #a5cc0a #cc310a

Monochromatic Colors of #cc920a

#cc920a

Complementary Color

#cc920a #0a44cc

#cc920a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc920a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc920a Color CSS Codes

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

#cc920a Text Font Color

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

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


#cc920a Background Color

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

This div background color is #cc920a


#cc920a Border Color

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

This div border color is #cc920a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc920a


Comments

No comments written yet.

Please login to write comment.