Color Hex Logo

#c9aabf Color Hex

#C9AABF
(201,170,191)
0 Favorites   0 Comments

Color spaces of #c9aabf

RGB 201170191
HSL0.890.220.73
HSV319°15°79°
CMYK 0.000.150.05   0.21
XYZ47.866144.928555.4395
Yxy44.92850.32290.3031
Hunter Lab67.028710.1689-2.1187
CIE-Lab72.844814.8499-6.5236

#c9aabf color RGB value is (201,170,191).

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

The process color (four color CMYK) of #c9aabf color hex is 0.00, 0.15, 0.05, 0.21. Web safe color of #c9aabf is #cc99cc. Color #c9aabf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 10101010 10111111
Octal 311 252 277
Decimal 201 170 191
Hex C9 AA BF

RGB Percentages of Color #c9aabf

%35.77
%30.25
%33.99

CMYK Percentages of Color #c9aabf

%0
%15
%5
%21

Triadic Colors of #c9aabf

#c9aabf #bfc9aa #aabfc9

Analogous Colors of #c9aabf

#c9aabf #c9aab0 #c4aac9

Monochromatic Colors of #c9aabf

#c9aabf

Complementary Color

#c9aabf #aac9b4

#c9aabf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9aabf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9aabf Color CSS Codes

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

#c9aabf Text Font Color

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

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


#c9aabf Background Color

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

This div background color is #c9aabf


#c9aabf Border Color

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

This div border color is #c9aabf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9aabf


Comments

No comments written yet.

Please login to write comment.