Color Hex Logo

#ada999 Color Hex

#ADA999
(173,169,153)
0 Favorites   0 Comments

Color spaces of #ada999

RGB 173169153
HSL0.130.110.64
HSV48°12°68°
CMYK 0.000.020.12   0.32
XYZ37.171339.560135.8137
Yxy39.56010.33030.3515
Hunter Lab62.8968-4.578010.2678
CIE-Lab69.1551-1.40258.7617

#ada999 color RGB value is (173,169,153).

#ada999 hex color red value is 173, green value is 169 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #ada999 hue: 0.13 , saturation: 0.11 and the lightness value of ada999 is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10101001 10011001
Octal 255 251 231
Decimal 173 169 153
Hex AD A9 99

RGB Percentages of Color #ada999

%34.95
%34.14
%30.91

CMYK Percentages of Color #ada999

%0
%2
%12
%32

Triadic Colors of #ada999

#ada999 #99ada9 #a999ad

Analogous Colors of #ada999

#ada999 #a7ad99 #ad9f99

Monochromatic Colors of #ada999

#ada999

Complementary Color

#ada999 #999dad

#ada999 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ada999 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ada999 Color CSS Codes

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

#ada999 Text Font Color

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

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


#ada999 Background Color

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

This div background color is #ada999


#ada999 Border Color

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

This div border color is #ada999


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ada999


Comments

No comments written yet.

Please login to write comment.