Color Hex Logo

#ccac9e Color Hex

#CCAC9E
(204,172,158)
0 Favorites   0 Comments

Color spaces of #ccac9e

RGB 204172158
HSL0.050.310.71
HSV18°23°80°
CMYK 0.000.160.23   0.20
XYZ45.825944.811038.5819
Yxy44.81100.35460.3468
Hunter Lab66.94105.049212.6865
CIE-Lab72.76739.450011.5205

#ccac9e color RGB value is (204,172,158).

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

The process color (four color CMYK) of #ccac9e color hex is 0.00, 0.16, 0.23, 0.20. Web safe color of #ccac9e is #cc9999. Color #ccac9e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10101100 10011110
Octal 314 254 236
Decimal 204 172 158
Hex CC AC 9E

RGB Percentages of Color #ccac9e

%38.20
%32.21
%29.59

CMYK Percentages of Color #ccac9e

%0
%16
%23
%20

Triadic Colors of #ccac9e

#ccac9e #9eccac #ac9ecc

Analogous Colors of #ccac9e

#ccac9e #ccc39e #cc9ea7

Monochromatic Colors of #ccac9e

#ccac9e

Complementary Color

#ccac9e #9ebecc

#ccac9e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccac9e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccac9e Color CSS Codes

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

#ccac9e Text Font Color

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

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


#ccac9e Background Color

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

This div background color is #ccac9e


#ccac9e Border Color

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

This div border color is #ccac9e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccac9e


Comments

No comments written yet.

Please login to write comment.