Color Hex Logo

#ad8eab Color Hex

#AD8EAB
(173,142,171)
0 Favorites   0 Comments

Color spaces of #ad8eab

RGB 173142171
HSL0.840.160.62
HSV304°18°68°
CMYK 0.000.180.01   0.32
XYZ34.257331.170542.7390
Yxy31.17050.31670.2882
Hunter Lab55.830511.8231-6.3059
CIE-Lab62.651316.8150-10.8315

#ad8eab color RGB value is (173,142,171).

#ad8eab hex color red value is 173, green value is 142 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #ad8eab hue: 0.84 , saturation: 0.16 and the lightness value of ad8eab is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10001110 10101011
Octal 255 216 253
Decimal 173 142 171
Hex AD 8E AB

RGB Percentages of Color #ad8eab

%35.60
%29.22
%35.19

CMYK Percentages of Color #ad8eab

%0
%18
%1
%32

Triadic Colors of #ad8eab

#ad8eab #abad8e #8eabad

Analogous Colors of #ad8eab

#ad8eab #ad8e9c #a08ead

Monochromatic Colors of #ad8eab

#ad8eab

Complementary Color

#ad8eab #8ead90

#ad8eab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad8eab Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad8eab Color CSS Codes

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

#ad8eab Text Font Color

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

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


#ad8eab Background Color

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

This div background color is #ad8eab


#ad8eab Border Color

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

This div border color is #ad8eab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad8eab


Comments

No comments written yet.

Please login to write comment.