Color Hex Logo

#ccca9f Color Hex

#CCCA9F
(204,202,159)
0 Favorites   0 Comments

Color spaces of #ccca9f

RGB 204202159
HSL0.160.310.71
HSV57°22°80°
CMYK 0.000.010.22   0.20
XYZ52.280457.581641.1598
Yxy57.58160.34620.3813
Hunter Lab75.8825-9.814220.9580
CIE-Lab80.5056-6.299921.7781

#ccca9f color RGB value is (204,202,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11001010 10011111
Octal 314 312 237
Decimal 204 202 159
Hex CC CA 9F

RGB Percentages of Color #ccca9f

%36.11
%35.75
%28.14

CMYK Percentages of Color #ccca9f

%0
%1
%22
%20

Triadic Colors of #ccca9f

#ccca9f #9fccca #ca9fcc

Analogous Colors of #ccca9f

#ccca9f #b8cc9f #ccb49f

Monochromatic Colors of #ccca9f

#ccca9f

Complementary Color

#ccca9f #9fa1cc

#ccca9f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccca9f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccca9f Color CSS Codes

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

#ccca9f Text Font Color

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

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


#ccca9f Background Color

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

This div background color is #ccca9f


#ccca9f Border Color

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

This div border color is #ccca9f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccca9f


Comments

No comments written yet.

Please login to write comment.