Color Hex Logo

#cc790a Color Hex

#CC790A
(204,121,10)
0 Favorites   0 Comments

Color spaces of #cc790a

RGB 20412110
HSL0.100.910.42
HSV34°95°80°
CMYK 0.000.410.95   0.20
XYZ31.794026.53403.7330
Yxy26.53400.51230.4275
Hunter Lab51.511220.030231.7611
CIE-Lab58.540525.792363.5456

#cc790a color RGB value is (204,121,10).

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

The process color (four color CMYK) of #cc790a color hex is 0.00, 0.41, 0.95, 0.20. Web safe color of #cc790a is #cc6600. Color #cc790a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 01111001 00001010
Octal 314 171 12
Decimal 204 121 10
Hex CC 79 A

RGB Percentages of Color #cc790a

%60.90
%36.12
%2.99

CMYK Percentages of Color #cc790a

%0
%41
%95
%20

Triadic Colors of #cc790a

#cc790a #0acc79 #790acc

Analogous Colors of #cc790a

#cc790a #becc0a #cc180a

Monochromatic Colors of #cc790a

#cc790a

Complementary Color

#cc790a #0a5dcc

#cc790a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc790a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc790a Color CSS Codes

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

#cc790a Text Font Color

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

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


#cc790a Background Color

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

This div background color is #cc790a


#cc790a Border Color

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

This div border color is #cc790a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc790a


Comments

No comments written yet.

Please login to write comment.