Color Hex Logo

#ad9faa Color Hex

#AD9FAA
(173,159,170)
0 Favorites   0 Comments

Color spaces of #ad9faa

RGB 173159170
HSL0.870.080.65
HSV313°68°
CMYK 0.000.080.02   0.32
XYZ36.887436.582843.1472
Yxy36.58280.31630.3137
Hunter Lab60.48373.01590.0430
CIE-Lab66.96287.1134-3.8625

#ad9faa color RGB value is (173,159,170).

#ad9faa hex color red value is 173, green value is 159 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #ad9faa hue: 0.87 , saturation: 0.08 and the lightness value of ad9faa is 0.65.

The process color (four color CMYK) of #ad9faa color hex is 0.00, 0.08, 0.02, 0.32. Web safe color of #ad9faa is #999999. Color #ad9faa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10011111 10101010
Octal 255 237 252
Decimal 173 159 170
Hex AD 9F AA

RGB Percentages of Color #ad9faa

%34.46
%31.67
%33.86

CMYK Percentages of Color #ad9faa

%0
%8
%2
%32

Triadic Colors of #ad9faa

#ad9faa #aaad9f #9faaad

Analogous Colors of #ad9faa

#ad9faa #ad9fa3 #a99fad

Monochromatic Colors of #ad9faa

#ad9faa

Complementary Color

#ad9faa #9fada2

#ad9faa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad9faa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad9faa Color CSS Codes

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

#ad9faa Text Font Color

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

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


#ad9faa Background Color

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

This div background color is #ad9faa


#ad9faa Border Color

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

This div border color is #ad9faa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad9faa


Comments

No comments written yet.

Please login to write comment.