Color Hex Logo

#ad869e Color Hex

#AD869E
(173,134,158)
0 Favorites   0 Comments

Color spaces of #ad869e

RGB 173134158
HSL0.900.190.60
HSV323°23°68°
CMYK 0.000.230.09   0.32
XYZ31.930228.403136.1472
Yxy28.40310.33090.2944
Hunter Lab53.294613.6787-2.9074
CIE-Lab60.251218.9135-7.0171

#ad869e color RGB value is (173,134,158).

#ad869e hex color red value is 173, green value is 134 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #ad869e hue: 0.90 , saturation: 0.19 and the lightness value of ad869e is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10000110 10011110
Octal 255 206 236
Decimal 173 134 158
Hex AD 86 9E

RGB Percentages of Color #ad869e

%37.20
%28.82
%33.98

CMYK Percentages of Color #ad869e

%0
%23
%9
%32

Triadic Colors of #ad869e

#ad869e #9ead86 #869ead

Analogous Colors of #ad869e

#ad869e #ad868b #a986ad

Monochromatic Colors of #ad869e

#ad869e

Complementary Color

#ad869e #86ad95

#ad869e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad869e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad869e Color CSS Codes

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

#ad869e Text Font Color

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

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


#ad869e Background Color

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

This div background color is #ad869e


#ad869e Border Color

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

This div border color is #ad869e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad869e


Comments

No comments written yet.

Please login to write comment.