Color Hex Logo

#ccca5a Color Hex

#CCCA5A
(204,202,90)
0 Favorites   0 Comments

Color spaces of #ccca5a

RGB 20420290
HSL0.160.530.58
HSV59°56°80°
CMYK 0.000.010.56   0.20
XYZ47.867855.816617.9236
Yxy55.81660.39360.4590
Hunter Lab74.7105-16.376638.0732
CIE-Lab79.5093-13.871855.0609

#ccca5a color RGB value is (204,202,90).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11001010 01011010
Octal 314 312 132
Decimal 204 202 90
Hex CC CA 5A

RGB Percentages of Color #ccca5a

%41.13
%40.73
%18.15

CMYK Percentages of Color #ccca5a

%0
%1
%56
%20

Triadic Colors of #ccca5a

#ccca5a #5accca #ca5acc

Analogous Colors of #ccca5a

#ccca5a #95cc5a #cc915a

Monochromatic Colors of #ccca5a

#ccca5a

Complementary Color

#ccca5a #5a5ccc

#ccca5a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccca5a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccca5a Color CSS Codes

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

#ccca5a Text Font Color

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

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


#ccca5a Background Color

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

This div background color is #ccca5a


#ccca5a Border Color

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

This div border color is #ccca5a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccca5a


Comments

No comments written yet.

Please login to write comment.