Color Hex Logo

#ad86af Color Hex

#AD86AF
(173,134,175)
0 Favorites   0 Comments

Color spaces of #ad86af

RGB 173134175
HSL0.830.200.61
HSV297°23°69°
CMYK 0.010.230.00   0.31
XYZ33.496529.029644.3952
Yxy29.02960.31330.2715
Hunter Lab53.879116.6845-11.1383
CIE-Lab60.807722.1075-15.8777

#ad86af color RGB value is (173,134,175).

#ad86af hex color red value is 173, green value is 134 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #ad86af hue: 0.83 , saturation: 0.20 and the lightness value of ad86af is 0.61.

The process color (four color CMYK) of #ad86af color hex is 0.01, 0.23, 0.00, 0.31. Web safe color of #ad86af is #999999. Color #ad86af contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10000110 10101111
Octal 255 206 257
Decimal 173 134 175
Hex AD 86 AF

RGB Percentages of Color #ad86af

%35.89
%27.80
%36.31

CMYK Percentages of Color #ad86af

%1
%23
%0
%31

Triadic Colors of #ad86af

#ad86af #afad86 #86afad

Analogous Colors of #ad86af

#ad86af #af869d #9986af

Monochromatic Colors of #ad86af

#ad86af

Complementary Color

#ad86af #88af86

#ad86af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad86af Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad86af Color CSS Codes

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

#ad86af Text Font Color

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

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


#ad86af Background Color

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

This div background color is #ad86af


#ad86af Border Color

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

This div border color is #ad86af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad86af


Comments

No comments written yet.

Please login to write comment.