Color Hex Logo

#ada87d Color Hex

#ADA87D
(173,168,125)
0 Favorites   0 Comments

Color spaces of #ada87d

RGB 173168125
HSL0.150.230.58
HSV54°28°68°
CMYK 0.000.030.28   0.32
XYZ34.937938.370224.9668
Yxy38.37020.35550.3904
Hunter Lab61.9437-7.722719.4634
CIE-Lab68.2926-5.159922.9181

#ada87d color RGB value is (173,168,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10101000 01111101
Octal 255 250 175
Decimal 173 168 125
Hex AD A8 7D

RGB Percentages of Color #ada87d

%37.12
%36.05
%26.82

CMYK Percentages of Color #ada87d

%0
%3
%28
%32

Triadic Colors of #ada87d

#ada87d #7dada8 #a87dad

Analogous Colors of #ada87d

#ada87d #9aad7d #ad907d

Monochromatic Colors of #ada87d

#ada87d

Complementary Color

#ada87d #7d82ad

#ada87d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ada87d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ada87d Color CSS Codes

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

#ada87d Text Font Color

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

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


#ada87d Background Color

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

This div background color is #ada87d


#ada87d Border Color

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

This div border color is #ada87d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ada87d


Comments

No comments written yet.

Please login to write comment.