Color Hex Logo

#c9aaad Color Hex

#C9AAAD
(201,170,173)
0 Favorites   0 Comments

Color spaces of #c9aaad

RGB 201170173
HSL0.980.220.73
HSV354°15°79°
CMYK 0.000.150.14   0.21
XYZ46.004944.184145.6388
Yxy44.18410.33870.3253
Hunter Lab66.47117.21605.8215
CIE-Lab72.351411.75242.6531

#c9aaad color RGB value is (201,170,173).

#c9aaad hex color red value is 201, green value is 170 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #c9aaad hue: 0.98 , saturation: 0.22 and the lightness value of c9aaad is 0.73.

The process color (four color CMYK) of #c9aaad color hex is 0.00, 0.15, 0.14, 0.21. Web safe color of #c9aaad is #cc9999. Color #c9aaad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 10101010 10101101
Octal 311 252 255
Decimal 201 170 173
Hex C9 AA AD

RGB Percentages of Color #c9aaad

%36.95
%31.25
%31.80

CMYK Percentages of Color #c9aaad

%0
%15
%14
%21

Triadic Colors of #c9aaad

#c9aaad #adc9aa #aaadc9

Analogous Colors of #c9aaad

#c9aaad #c9b7aa #c9aabd

Monochromatic Colors of #c9aaad

#c9aaad

Complementary Color

#c9aaad #aac9c6

#c9aaad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9aaad Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9aaad Color CSS Codes

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

#c9aaad Text Font Color

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

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


#c9aaad Background Color

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

This div background color is #c9aaad


#c9aaad Border Color

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

This div border color is #c9aaad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9aaad


Comments

No comments written yet.

Please login to write comment.