Color Hex Logo

#ada98f Color Hex

#ADA98F
(173,169,143)
0 Favorites   0 Comments

Color spaces of #ada98f

RGB 173169143
HSL0.140.150.62
HSV52°17°68°
CMYK 0.000.020.17   0.32
XYZ36.379539.243331.6439
Yxy39.24330.33910.3658
Hunter Lab62.6445-5.967613.9017
CIE-Lab68.9271-3.035013.9493

#ada98f color RGB value is (173,169,143).

#ada98f hex color red value is 173, green value is 169 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #ada98f hue: 0.14 , saturation: 0.15 and the lightness value of ada98f is 0.62.

The process color (four color CMYK) of #ada98f color hex is 0.00, 0.02, 0.17, 0.32. Web safe color of #ada98f is #999999. Color #ada98f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10101001 10001111
Octal 255 251 217
Decimal 173 169 143
Hex AD A9 8F

RGB Percentages of Color #ada98f

%35.67
%34.85
%29.48

CMYK Percentages of Color #ada98f

%0
%2
%17
%32

Triadic Colors of #ada98f

#ada98f #8fada9 #a98fad

Analogous Colors of #ada98f

#ada98f #a2ad8f #ad9a8f

Monochromatic Colors of #ada98f

#ada98f

Complementary Color

#ada98f #8f93ad

#ada98f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ada98f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ada98f Color CSS Codes

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

#ada98f Text Font Color

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

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


#ada98f Background Color

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

This div background color is #ada98f


#ada98f Border Color

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

This div border color is #ada98f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ada98f


Comments

No comments written yet.

Please login to write comment.