Color Hex Logo

#ada85e Color Hex

#ADA85E
(173,168,94)
0 Favorites   0 Comments

Color spaces of #ada85e

RGB 17316894
HSL0.160.330.52
HSV56°46°68°
CMYK 0.000.030.46   0.32
XYZ33.256637.697716.1132
Yxy37.69770.38200.4330
Hunter Lab61.3985-10.762427.4191
CIE-Lab67.7972-8.864838.6898

#ada85e color RGB value is (173,168,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10101000 01011110
Octal 255 250 136
Decimal 173 168 94
Hex AD A8 5E

RGB Percentages of Color #ada85e

%39.77
%38.62
%21.61

CMYK Percentages of Color #ada85e

%0
%3
%46
%32

Triadic Colors of #ada85e

#ada85e #5eada8 #a85ead

Analogous Colors of #ada85e

#ada85e #8bad5e #ad815e

Monochromatic Colors of #ada85e

#ada85e

Complementary Color

#ada85e #5e63ad

#ada85e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ada85e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ada85e Color CSS Codes

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

#ada85e Text Font Color

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

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


#ada85e Background Color

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

This div background color is #ada85e


#ada85e Border Color

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

This div border color is #ada85e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(173,168,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 #ada85e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ada85e


Comments

No comments written yet.

Please login to write comment.