Color Hex Logo

#ad9eae Color Hex

#AD9EAE
(173,158,174)
0 Favorites   0 Comments

Color spaces of #ad9eae

RGB 173158174
HSL0.820.090.65
HSV296°68°
CMYK 0.010.090.00   0.32
XYZ37.100436.393945.1137
Yxy36.39390.31280.3068
Hunter Lab60.32744.2019-2.1088
CIE-Lab66.81988.4306-6.3079

#ad9eae color RGB value is (173,158,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10011110 10101110
Octal 255 236 256
Decimal 173 158 174
Hex AD 9E AE

RGB Percentages of Color #ad9eae

%34.26
%31.29
%34.46

CMYK Percentages of Color #ad9eae

%1
%9
%0
%32

Triadic Colors of #ad9eae

#ad9eae #aead9e #9eaead

Analogous Colors of #ad9eae

#ad9eae #ae9ea7 #a59eae

Monochromatic Colors of #ad9eae

#ad9eae

Complementary Color

#ad9eae #9fae9e

#ad9eae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad9eae Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad9eae Color CSS Codes

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

#ad9eae Text Font Color

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

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


#ad9eae Background Color

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

This div background color is #ad9eae


#ad9eae Border Color

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

This div border color is #ad9eae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad9eae


Comments

No comments written yet.

Please login to write comment.