Color Hex Logo

#c9aabc Color Hex

#C9AABC
(201,170,188)
0 Favorites   0 Comments

Color spaces of #c9aabc

RGB 201170188
HSL0.900.220.73
HSV325°15°79°
CMYK 0.000.150.06   0.21
XYZ47.539244.797853.7182
Yxy44.79780.32550.3067
Hunter Lab66.93129.6537-0.7337
CIE-Lab72.758614.3140-5.0020

#c9aabc color RGB value is (201,170,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 10101010 10111100
Octal 311 252 274
Decimal 201 170 188
Hex C9 AA BC

RGB Percentages of Color #c9aabc

%35.96
%30.41
%33.63

CMYK Percentages of Color #c9aabc

%0
%15
%6
%21

Triadic Colors of #c9aabc

#c9aabc #bcc9aa #aabcc9

Analogous Colors of #c9aabc

#c9aabc #c9aaad #c7aac9

Monochromatic Colors of #c9aabc

#c9aabc

Complementary Color

#c9aabc #aac9b7

#c9aabc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9aabc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9aabc Color CSS Codes

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

#c9aabc Text Font Color

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

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


#c9aabc Background Color

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

This div background color is #c9aabc


#c9aabc Border Color

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

This div border color is #c9aabc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9aabc


Comments

No comments written yet.

Please login to write comment.