Color Hex Logo

#ada86e Color Hex

#ADA86E
(173,168,110)
0 Favorites   0 Comments

Color spaces of #ada86e

RGB 173168110
HSL0.150.280.55
HSV55°36°68°
CMYK 0.000.030.36   0.32
XYZ34.050738.015320.2949
Yxy38.01530.36870.4116
Hunter Lab61.6565-9.319823.6437
CIE-Lab68.0319-7.094030.6371

#ada86e color RGB value is (173,168,110).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10101000 01101110
Octal 255 250 156
Decimal 173 168 110
Hex AD A8 6E

RGB Percentages of Color #ada86e

%38.36
%37.25
%24.39

CMYK Percentages of Color #ada86e

%0
%3
%36
%32

Triadic Colors of #ada86e

#ada86e #6eada8 #a86ead

Analogous Colors of #ada86e

#ada86e #93ad6e #ad896e

Monochromatic Colors of #ada86e

#ada86e

Complementary Color

#ada86e #6e73ad

#ada86e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ada86e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ada86e Color CSS Codes

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

#ada86e Text Font Color

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

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


#ada86e Background Color

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

This div background color is #ada86e


#ada86e Border Color

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

This div border color is #ada86e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ada86e


Comments

No comments written yet.

Please login to write comment.