Color Hex Logo

#ccca9a Color Hex

#CCCA9A
(204,202,154)
0 Favorites   0 Comments

Color spaces of #ccca9a

RGB 204202154
HSL0.160.330.70
HSV58°25°80°
CMYK 0.000.010.25   0.20
XYZ51.855157.411538.9203
Yxy57.41150.34990.3874
Hunter Lab75.7704-10.437822.5843
CIE-Lab80.4105-7.003924.2859

#ccca9a color RGB value is (204,202,154).

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

The process color (four color CMYK) of #ccca9a color hex is 0.00, 0.01, 0.25, 0.20. Web safe color of #ccca9a is #cccc99. Color #ccca9a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11001010 10011010
Octal 314 312 232
Decimal 204 202 154
Hex CC CA 9A

RGB Percentages of Color #ccca9a

%36.43
%36.07
%27.50

CMYK Percentages of Color #ccca9a

%0
%1
%25
%20

Triadic Colors of #ccca9a

#ccca9a #9accca #ca9acc

Analogous Colors of #ccca9a

#ccca9a #b5cc9a #ccb19a

Monochromatic Colors of #ccca9a

#ccca9a

Complementary Color

#ccca9a #9a9ccc

#ccca9a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccca9a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccca9a Color CSS Codes

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

#ccca9a Text Font Color

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

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


#ccca9a Background Color

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

This div background color is #ccca9a


#ccca9a Border Color

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

This div border color is #ccca9a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccca9a


Comments

No comments written yet.

Please login to write comment.