Color Hex Logo

#ad8eac Color Hex

#AD8EAC
(173,142,172)
0 Favorites   0 Comments

Color spaces of #ad8eac

RGB 173142172
HSL0.840.160.62
HSV302°18°68°
CMYK 0.000.180.01   0.32
XYZ34.353031.208843.2430
Yxy31.20880.31570.2868
Hunter Lab55.864812.0017-6.7889
CIE-Lab62.683517.0072-11.3494

#ad8eac color RGB value is (173,142,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10001110 10101100
Octal 255 216 254
Decimal 173 142 172
Hex AD 8E AC

RGB Percentages of Color #ad8eac

%35.52
%29.16
%35.32

CMYK Percentages of Color #ad8eac

%0
%18
%1
%32

Triadic Colors of #ad8eac

#ad8eac #acad8e #8eacad

Analogous Colors of #ad8eac

#ad8eac #ad8e9d #9f8ead

Monochromatic Colors of #ad8eac

#ad8eac

Complementary Color

#ad8eac #8ead8f

#ad8eac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad8eac Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad8eac Color CSS Codes

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

#ad8eac Text Font Color

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

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


#ad8eac Background Color

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

This div background color is #ad8eac


#ad8eac Border Color

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

This div border color is #ad8eac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad8eac


Comments

No comments written yet.

Please login to write comment.