Color Hex Logo

#ada99e Color Hex

#ADA99E
(173,169,158)
0 Favorites   0 Comments

Color spaces of #ada99e

RGB 173169158
HSL0.120.080.65
HSV44°68°
CMYK 0.000.020.09   0.32
XYZ37.593139.728838.0348
Yxy39.72880.32590.3444
Hunter Lab63.0308-3.84218.3441
CIE-Lab69.2759-0.54576.1731

#ada99e color RGB value is (173,169,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10101001 10011110
Octal 255 251 236
Decimal 173 169 158
Hex AD A9 9E

RGB Percentages of Color #ada99e

%34.60
%33.80
%31.60

CMYK Percentages of Color #ada99e

%0
%2
%9
%32

Triadic Colors of #ada99e

#ada99e #9eada9 #a99ead

Analogous Colors of #ada99e

#ada99e #aaad9e #ada29e

Monochromatic Colors of #ada99e

#ada99e

Complementary Color

#ada99e #9ea2ad

#ada99e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ada99e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ada99e Color CSS Codes

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

#ada99e Text Font Color

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

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


#ada99e Background Color

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

This div background color is #ada99e


#ada99e Border Color

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

This div border color is #ada99e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ada99e


Comments

No comments written yet.

Please login to write comment.