Color Hex Logo

#ad9dae Color Hex

#AD9DAE
(173,157,174)
0 Favorites   0 Comments

Color spaces of #ad9dae

RGB 173157174
HSL0.820.090.65
HSV296°10°68°
CMYK 0.010.100.00   0.32
XYZ36.930536.054245.0571
Yxy36.05420.31290.3054
Hunter Lab60.04514.7066-2.4588
CIE-Lab66.56138.9861-6.6911

#ad9dae color RGB value is (173,157,174).

#ad9dae hex color red value is 173, green value is 157 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #ad9dae hue: 0.82 , saturation: 0.09 and the lightness value of ad9dae is 0.65.

The process color (four color CMYK) of #ad9dae color hex is 0.01, 0.10, 0.00, 0.32. Web safe color of #ad9dae is #999999. Color #ad9dae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10011101 10101110
Octal 255 235 256
Decimal 173 157 174
Hex AD 9D AE

RGB Percentages of Color #ad9dae

%34.33
%31.15
%34.52

CMYK Percentages of Color #ad9dae

%1
%10
%0
%32

Triadic Colors of #ad9dae

#ad9dae #aead9d #9daead

Analogous Colors of #ad9dae

#ad9dae #ae9da7 #a59dae

Monochromatic Colors of #ad9dae

#ad9dae

Complementary Color

#ad9dae #9eae9d

#ad9dae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad9dae Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad9dae Color CSS Codes

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

#ad9dae Text Font Color

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

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


#ad9dae Background Color

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

This div background color is #ad9dae


#ad9dae Border Color

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

This div border color is #ad9dae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad9dae

#ad9dae Color Palettes


Comments

No comments written yet.

Please login to write comment.