Color Hex Logo

#ad9eab Color Hex

#AD9EAB
(173,158,171)
0 Favorites   0 Comments

Color spaces of #ad9eab

RGB 173158171
HSL0.860.080.65
HSV308°68°
CMYK 0.000.090.01   0.32
XYZ36.811136.278243.5903
Yxy36.27820.31550.3109
Hunter Lab60.23143.6874-0.7470
CIE-Lab66.73197.8570-4.7618

#ad9eab color RGB value is (173,158,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10011110 10101011
Octal 255 236 253
Decimal 173 158 171
Hex AD 9E AB

RGB Percentages of Color #ad9eab

%34.46
%31.47
%34.06

CMYK Percentages of Color #ad9eab

%0
%9
%1
%32

Triadic Colors of #ad9eab

#ad9eab #abad9e #9eabad

Analogous Colors of #ad9eab

#ad9eab #ad9ea4 #a89ead

Monochromatic Colors of #ad9eab

#ad9eab

Complementary Color

#ad9eab #9eada0

#ad9eab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad9eab Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad9eab Color CSS Codes

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

#ad9eab Text Font Color

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

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


#ad9eab Background Color

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

This div background color is #ad9eab


#ad9eab Border Color

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

This div border color is #ad9eab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad9eab


Comments

No comments written yet.

Please login to write comment.