Color Hex Logo

#cccc5a Color Hex

#CCCC5A
(204,204,90)
0 Favorites   0 Comments

Color spaces of #cccc5a

RGB 20420490
HSL0.170.530.58
HSV60°56°80°
CMYK 0.000.000.56   0.20
XYZ48.340256.761318.0811
Yxy56.76130.39240.4608
Hunter Lab75.3401-17.314838.5089
CIE-Lab80.0451-14.877055.6646

#cccc5a color RGB value is (204,204,90).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11001100 01011010
Octal 314 314 132
Decimal 204 204 90
Hex CC CC 5A

RGB Percentages of Color #cccc5a

%40.96
%40.96
%18.07

CMYK Percentages of Color #cccc5a

%0
%0
%56
%20

Triadic Colors of #cccc5a

#cccc5a #5acccc #cc5acc

Analogous Colors of #cccc5a

#cccc5a #93cc5a #cc935a

Monochromatic Colors of #cccc5a

#cccc5a

Complementary Color

#cccc5a #5a5acc

#cccc5a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cccc5a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cccc5a Color CSS Codes

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

#cccc5a Text Font Color

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

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


#cccc5a Background Color

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

This div background color is #cccc5a


#cccc5a Border Color

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

This div border color is #cccc5a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cccc5a


Comments

No comments written yet.

Please login to write comment.