Color Hex Logo

#ad9986 Color Hex

#AD9986
(173,153,134)
0 Favorites   0 Comments

Color spaces of #ad9986

RGB 173153134
HSL0.080.190.60
HSV29°23°68°
CMYK 0.000.120.23   0.32
XYZ32.927933.387927.2633
Yxy33.38790.35190.3568
Hunter Lab57.78230.601412.4729
CIE-Lab64.47384.295812.6902

#ad9986 color RGB value is (173,153,134).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10011001 10000110
Octal 255 231 206
Decimal 173 153 134
Hex AD 99 86

RGB Percentages of Color #ad9986

%37.61
%33.26
%29.13

CMYK Percentages of Color #ad9986

%0
%12
%23
%32

Triadic Colors of #ad9986

#ad9986 #86ad99 #9986ad

Analogous Colors of #ad9986

#ad9986 #adad86 #ad8687

Monochromatic Colors of #ad9986

#ad9986

Complementary Color

#ad9986 #869aad

#ad9986 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad9986 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad9986 Color CSS Codes

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

#ad9986 Text Font Color

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

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


#ad9986 Background Color

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

This div background color is #ad9986


#ad9986 Border Color

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

This div border color is #ad9986


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad9986


Comments

No comments written yet.

Please login to write comment.