Color Hex Logo

#ad9eaa Color Hex

#AD9EAA
(173,158,170)
0 Favorites   0 Comments

Color spaces of #ad9eaa

RGB 173158170
HSL0.870.080.65
HSV312°68°
CMYK 0.000.090.02   0.32
XYZ36.716136.240243.0901
Yxy36.24020.31640.3123
Hunter Lab60.19983.5181-0.2990
CIE-Lab66.70307.6678-4.2456

#ad9eaa color RGB value is (173,158,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10011110 10101010
Octal 255 236 252
Decimal 173 158 170
Hex AD 9E AA

RGB Percentages of Color #ad9eaa

%34.53
%31.54
%33.93

CMYK Percentages of Color #ad9eaa

%0
%9
%2
%32

Triadic Colors of #ad9eaa

#ad9eaa #aaad9e #9eaaad

Analogous Colors of #ad9eaa

#ad9eaa #ad9ea3 #a99ead

Monochromatic Colors of #ad9eaa

#ad9eaa

Complementary Color

#ad9eaa #9eada1

#ad9eaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad9eaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad9eaa Color CSS Codes

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

#ad9eaa Text Font Color

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

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


#ad9eaa Background Color

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

This div background color is #ad9eaa


#ad9eaa Border Color

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

This div border color is #ad9eaa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(173,158,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 #ad9eaa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad9eaa


Comments

No comments written yet.

Please login to write comment.