Color Hex Logo

#ada96a Color Hex

#ADA96A
(173,169,106)
0 Favorites   0 Comments

Color spaces of #ada96a

RGB 173169106
HSL0.160.290.55
HSV56°39°68°
CMYK 0.000.020.39   0.32
XYZ34.023138.300819.2353
Yxy38.30080.37160.4183
Hunter Lab61.8876-10.171924.8934
CIE-Lab68.2417-8.094433.0228

#ada96a color RGB value is (173,169,106).

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

The process color (four color CMYK) of #ada96a color hex is 0.00, 0.02, 0.39, 0.32. Web safe color of #ada96a is #999966. Color #ada96a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10101001 01101010
Octal 255 251 152
Decimal 173 169 106
Hex AD A9 6A

RGB Percentages of Color #ada96a

%38.62
%37.72
%23.66

CMYK Percentages of Color #ada96a

%0
%2
%39
%32

Triadic Colors of #ada96a

#ada96a #6aada9 #a96aad

Analogous Colors of #ada96a

#ada96a #90ad6a #ad886a

Monochromatic Colors of #ada96a

#ada96a

Complementary Color

#ada96a #6a6ead

#ada96a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ada96a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ada96a Color CSS Codes

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

#ada96a Text Font Color

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

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


#ada96a Background Color

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

This div background color is #ada96a


#ada96a Border Color

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

This div border color is #ada96a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ada96a


Comments

No comments written yet.

Please login to write comment.