Color Hex Logo

#ada98d Color Hex

#ADA98D
(173,169,141)
0 Favorites   0 Comments

Color spaces of #ada98d

RGB 173169141
HSL0.150.160.62
HSV53°18°68°
CMYK 0.000.020.18   0.32
XYZ36.229339.183330.8529
Yxy39.18330.34090.3687
Hunter Lab62.5966-6.232714.5945
CIE-Lab68.8838-3.348714.9878

#ada98d color RGB value is (173,169,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10101001 10001101
Octal 255 251 215
Decimal 173 169 141
Hex AD A9 8D

RGB Percentages of Color #ada98d

%35.82
%34.99
%29.19

CMYK Percentages of Color #ada98d

%0
%2
%18
%32

Triadic Colors of #ada98d

#ada98d #8dada9 #a98dad

Analogous Colors of #ada98d

#ada98d #a1ad8d #ad998d

Monochromatic Colors of #ada98d

#ada98d

Complementary Color

#ada98d #8d91ad

#ada98d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ada98d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ada98d Color CSS Codes

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

#ada98d Text Font Color

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

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


#ada98d Background Color

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

This div background color is #ada98d


#ada98d Border Color

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

This div border color is #ada98d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ada98d


Comments

No comments written yet.

Please login to write comment.