Color Hex Logo

#ccaaac Color Hex

#CCAAAC
(204,170,172)
0 Favorites   0 Comments

Color spaces of #ccaaac

RGB 204170172
HSL0.990.250.73
HSV356°17°80°
CMYK 0.000.170.16   0.20
XYZ46.723044.565445.1691
Yxy44.56540.34240.3266
Hunter Lab66.75738.10566.6135
CIE-Lab72.604812.69223.6053

#ccaaac color RGB value is (204,170,172).

#ccaaac hex color red value is 204, green value is 170 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #ccaaac hue: 0.99 , saturation: 0.25 and the lightness value of ccaaac is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10101010 10101100
Octal 314 252 254
Decimal 204 170 172
Hex CC AA AC

RGB Percentages of Color #ccaaac

%37.36
%31.14
%31.50

CMYK Percentages of Color #ccaaac

%0
%17
%16
%20

Triadic Colors of #ccaaac

#ccaaac #acccaa #aaaccc

Analogous Colors of #ccaaac

#ccaaac #ccb9aa #ccaabd

Monochromatic Colors of #ccaaac

#ccaaac

Complementary Color

#ccaaac #aaccca

#ccaaac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccaaac Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccaaac Color CSS Codes

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

#ccaaac Text Font Color

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

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


#ccaaac Background Color

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

This div background color is #ccaaac


#ccaaac Border Color

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

This div border color is #ccaaac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccaaac


Comments

No comments written yet.

Please login to write comment.