Color Hex Logo

#ada86d Color Hex

#ADA86D
(173,168,109)
0 Favorites   0 Comments

Color spaces of #ada86d

RGB 173168109
HSL0.150.280.55
HSV55°37°68°
CMYK 0.000.030.37   0.32
XYZ33.996537.993620.0097
Yxy37.99360.36950.4130
Hunter Lab61.6389-9.417823.9001
CIE-Lab68.0159-7.213631.1472

#ada86d color RGB value is (173,168,109).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10101000 01101101
Octal 255 250 155
Decimal 173 168 109
Hex AD A8 6D

RGB Percentages of Color #ada86d

%38.44
%37.33
%24.22

CMYK Percentages of Color #ada86d

%0
%3
%37
%32

Triadic Colors of #ada86d

#ada86d #6dada8 #a86dad

Analogous Colors of #ada86d

#ada86d #92ad6d #ad886d

Monochromatic Colors of #ada86d

#ada86d

Complementary Color

#ada86d #6d72ad

#ada86d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ada86d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ada86d Color CSS Codes

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

#ada86d Text Font Color

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

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


#ada86d Background Color

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

This div background color is #ada86d


#ada86d Border Color

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

This div border color is #ada86d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ada86d


Comments

No comments written yet.

Please login to write comment.