Color Hex Logo

#ad986d Color Hex

#AD986D
(173,152,109)
0 Favorites   0 Comments

Color spaces of #ad986d

RGB 173152109
HSL0.110.280.55
HSV40°37°68°
CMYK 0.000.120.37   0.32
XYZ31.222132.444819.0849
Yxy32.44480.37730.3921
Hunter Lab56.9603-1.838020.0068
CIE-Lab63.70881.421325.5007

#ad986d color RGB value is (173,152,109).

#ad986d hex color red value is 173, green value is 152 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #ad986d hue: 0.11 , saturation: 0.28 and the lightness value of ad986d is 0.55.

The process color (four color CMYK) of #ad986d color hex is 0.00, 0.12, 0.37, 0.32. Web safe color of #ad986d is #999966. Color #ad986d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10011000 01101101
Octal 255 230 155
Decimal 173 152 109
Hex AD 98 6D

RGB Percentages of Color #ad986d

%39.86
%35.02
%25.12

CMYK Percentages of Color #ad986d

%0
%12
%37
%32

Triadic Colors of #ad986d

#ad986d #6dad98 #986dad

Analogous Colors of #ad986d

#ad986d #a2ad6d #ad786d

Monochromatic Colors of #ad986d

#ad986d

Complementary Color

#ad986d #6d82ad

#ad986d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad986d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad986d Color CSS Codes

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

#ad986d Text Font Color

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

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


#ad986d Background Color

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

This div background color is #ad986d


#ad986d Border Color

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

This div border color is #ad986d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad986d


Comments

No comments written yet.

Please login to write comment.