Color Hex Logo

#d9aabd Color Hex

#D9AABD
(217,170,189)
0 Favorites   0 Comments

Color spaces of #d9aabd

RGB 217170189
HSL0.930.380.76
HSV336°22°85°
CMYK 0.000.220.13   0.15
XYZ52.175347.175354.4999
Yxy47.17530.33910.3066
Hunter Lab68.684315.39821.0333
CIE-Lab74.301820.1661-3.1042

#d9aabd color RGB value is (217,170,189).

#d9aabd hex color red value is 217, green value is 170 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #d9aabd hue: 0.93 , saturation: 0.38 and the lightness value of d9aabd is 0.76.

The process color (four color CMYK) of #d9aabd color hex is 0.00, 0.22, 0.13, 0.15. Web safe color of #d9aabd is #cc99cc. Color #d9aabd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 10101010 10111101
Octal 331 252 275
Decimal 217 170 189
Hex D9 AA BD

RGB Percentages of Color #d9aabd

%37.67
%29.51
%32.81

CMYK Percentages of Color #d9aabd

%0
%22
%13
%15

Triadic Colors of #d9aabd

#d9aabd #bdd9aa #aabdd9

Analogous Colors of #d9aabd

#d9aabd #d9afaa #d9aad5

Monochromatic Colors of #d9aabd

#d9aabd

Complementary Color

#d9aabd #aad9c6

#d9aabd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9aabd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9aabd Color CSS Codes

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

#d9aabd Text Font Color

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

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


#d9aabd Background Color

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

This div background color is #d9aabd


#d9aabd Border Color

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

This div border color is #d9aabd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9aabd


Comments

No comments written yet.

Please login to write comment.