Color Hex Logo

#ada89f Color Hex

#ADA89F
(173,168,159)
0 Favorites   0 Comments

Color spaces of #ada89f

RGB 173168159
HSL0.110.080.65
HSV39°68°
CMYK 0.000.030.08   0.32
XYZ37.494239.392738.4283
Yxy39.39270.32510.3416
Hunter Lab62.7636-3.20267.6330
CIE-Lab69.03480.17165.2732

#ada89f color RGB value is (173,168,159).

#ada89f hex color red value is 173, green value is 168 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #ada89f hue: 0.11 , saturation: 0.08 and the lightness value of ada89f is 0.65.

The process color (four color CMYK) of #ada89f color hex is 0.00, 0.03, 0.08, 0.32. Web safe color of #ada89f is #999999. Color #ada89f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10101000 10011111
Octal 255 250 237
Decimal 173 168 159
Hex AD A8 9F

RGB Percentages of Color #ada89f

%34.60
%33.60
%31.80

CMYK Percentages of Color #ada89f

%0
%3
%8
%32

Triadic Colors of #ada89f

#ada89f #9fada8 #a89fad

Analogous Colors of #ada89f

#ada89f #abad9f #ada19f

Monochromatic Colors of #ada89f

#ada89f

Complementary Color

#ada89f #9fa4ad

#ada89f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ada89f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ada89f Color CSS Codes

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

#ada89f Text Font Color

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

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


#ada89f Background Color

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

This div background color is #ada89f


#ada89f Border Color

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

This div border color is #ada89f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ada89f

#ada89f Color Palettes


Comments

No comments written yet.

Please login to write comment.