Color Hex Logo

#ad985e Color Hex

#AD985E
(173,152,94)
0 Favorites   0 Comments

Color spaces of #ad985e

RGB 17315294
HSL0.120.330.52
HSV44°46°68°
CMYK 0.000.120.46   0.32
XYZ30.482232.148915.1884
Yxy32.14890.39170.4131
Hunter Lab56.7000-3.262523.8078
CIE-Lab63.4658-0.278133.2856

#ad985e color RGB value is (173,152,94).

#ad985e hex color red value is 173, green value is 152 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #ad985e hue: 0.12 , saturation: 0.33 and the lightness value of ad985e is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10011000 01011110
Octal 255 230 136
Decimal 173 152 94
Hex AD 98 5E

RGB Percentages of Color #ad985e

%41.29
%36.28
%22.43

CMYK Percentages of Color #ad985e

%0
%12
%46
%32

Triadic Colors of #ad985e

#ad985e #5ead98 #985ead

Analogous Colors of #ad985e

#ad985e #9bad5e #ad715e

Monochromatic Colors of #ad985e

#ad985e

Complementary Color

#ad985e #5e73ad

#ad985e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad985e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad985e Color CSS Codes

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

#ad985e Text Font Color

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

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


#ad985e Background Color

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

This div background color is #ad985e


#ad985e Border Color

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

This div border color is #ad985e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad985e


Comments

No comments written yet.

Please login to write comment.