Color Hex Logo

#ccc05a Color Hex

#CCC05A
(204,192,90)
0 Favorites   0 Comments

Color spaces of #ccc05a

RGB 20419290
HSL0.150.530.58
HSV54°56°80°
CMYK 0.000.060.56   0.20
XYZ45.596951.274817.1667
Yxy51.27480.39980.4496
Hunter Lab71.6064-11.647635.9105
CIE-Lab76.8452-8.781352.0327

#ccc05a color RGB value is (204,192,90).

#ccc05a hex color red value is 204, green value is 192 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #ccc05a hue: 0.15 , saturation: 0.53 and the lightness value of ccc05a is 0.58.

The process color (four color CMYK) of #ccc05a color hex is 0.00, 0.06, 0.56, 0.20. Web safe color of #ccc05a is #cccc66. Color #ccc05a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11000000 01011010
Octal 314 300 132
Decimal 204 192 90
Hex CC C0 5A

RGB Percentages of Color #ccc05a

%41.98
%39.51
%18.52

CMYK Percentages of Color #ccc05a

%0
%6
%56
%20

Triadic Colors of #ccc05a

#ccc05a #5accc0 #c05acc

Analogous Colors of #ccc05a

#ccc05a #9fcc5a #cc875a

Monochromatic Colors of #ccc05a

#ccc05a

Complementary Color

#ccc05a #5a66cc

#ccc05a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccc05a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccc05a Color CSS Codes

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

#ccc05a Text Font Color

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

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


#ccc05a Background Color

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

This div background color is #ccc05a


#ccc05a Border Color

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

This div border color is #ccc05a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccc05a


Comments

No comments written yet.

Please login to write comment.