Color Hex Logo

#ada87f Color Hex

#ADA87F
(173,168,127)
0 Favorites   0 Comments

Color spaces of #ada87f

RGB 173168127
HSL0.150.220.59
HSV53°27°68°
CMYK 0.000.030.27   0.32
XYZ35.067038.421825.6466
Yxy38.42180.35370.3876
Hunter Lab61.9853-7.491418.8583
CIE-Lab68.3303-4.882021.8821

#ada87f color RGB value is (173,168,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10101000 01111111
Octal 255 250 177
Decimal 173 168 127
Hex AD A8 7F

RGB Percentages of Color #ada87f

%36.97
%35.90
%27.14

CMYK Percentages of Color #ada87f

%0
%3
%27
%32

Triadic Colors of #ada87f

#ada87f #7fada8 #a87fad

Analogous Colors of #ada87f

#ada87f #9bad7f #ad917f

Monochromatic Colors of #ada87f

#ada87f

Complementary Color

#ada87f #7f84ad

#ada87f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ada87f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ada87f Color CSS Codes

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

#ada87f Text Font Color

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

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


#ada87f Background Color

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

This div background color is #ada87f


#ada87f Border Color

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

This div border color is #ada87f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ada87f


Comments

No comments written yet.

Please login to write comment.