Color Hex Logo

#c9aab5 Color Hex

#C9AAB5
(201,170,181)
1 Favorites   0 Comments

Color spaces of #c9aab5

RGB 201170181
HSL0.940.220.73
HSV339°15°79°
CMYK 0.000.150.10   0.21
XYZ46.802644.503249.8393
Yxy44.50320.33160.3153
Hunter Lab66.71078.48752.4022
CIE-Lab72.563613.0939-1.4390

#c9aab5 color RGB value is (201,170,181).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 10101010 10110101
Octal 311 252 265
Decimal 201 170 181
Hex C9 AA B5

RGB Percentages of Color #c9aab5

%36.41
%30.80
%32.79

CMYK Percentages of Color #c9aab5

%0
%15
%10
%21

Triadic Colors of #c9aab5

#c9aab5 #b5c9aa #aab5c9

Analogous Colors of #c9aab5

#c9aab5 #c9afaa #c9aac5

Monochromatic Colors of #c9aab5

#c9aab5

Complementary Color

#c9aab5 #aac9be

#c9aab5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9aab5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9aab5 Color CSS Codes

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

#c9aab5 Text Font Color

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

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


#c9aab5 Background Color

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

This div background color is #c9aab5


#c9aab5 Border Color

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

This div border color is #c9aab5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9aab5


Comments

No comments written yet.

Please login to write comment.