Color Hex Logo

#ada19f Color Hex

#ADA19F
(173,161,159)
0 Favorites   0 Comments

Color spaces of #ada19f

RGB 173161159
HSL0.020.080.65
HSV68°
CMYK 0.000.070.08   0.32
XYZ36.236536.877238.0090
Yxy36.87720.32610.3319
Hunter Lab60.72660.24225.3988
CIE-Lab67.18483.99882.5995

#ada19f color RGB value is (173,161,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10100001 10011111
Octal 255 241 237
Decimal 173 161 159
Hex AD A1 9F

RGB Percentages of Color #ada19f

%35.09
%32.66
%32.25

CMYK Percentages of Color #ada19f

%0
%7
%8
%32

Triadic Colors of #ada19f

#ada19f #9fada1 #a19fad

Analogous Colors of #ada19f

#ada19f #ada89f #ad9fa4

Monochromatic Colors of #ada19f

#ada19f

Complementary Color

#ada19f #9fabad

#ada19f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ada19f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ada19f Color CSS Codes

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

#ada19f Text Font Color

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

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


#ada19f Background Color

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

This div background color is #ada19f


#ada19f Border Color

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

This div border color is #ada19f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ada19f


Comments

No comments written yet.

Please login to write comment.