Color Hex Logo

#adaa8f Color Hex

#ADAA8F
(173,170,143)
0 Favorites   0 Comments

Color spaces of #adaa8f

RGB 173170143
HSL0.150.150.62
HSV54°17°68°
CMYK 0.000.020.17   0.32
XYZ36.566239.616931.7062
Yxy39.61690.33890.3672
Hunter Lab62.9420-6.448714.1928
CIE-Lab69.1958-3.573114.3256

#adaa8f color RGB value is (173,170,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10101010 10001111
Octal 255 252 217
Decimal 173 170 143
Hex AD AA 8F

RGB Percentages of Color #adaa8f

%35.60
%34.98
%29.42

CMYK Percentages of Color #adaa8f

%0
%2
%17
%32

Triadic Colors of #adaa8f

#adaa8f #8fadaa #aa8fad

Analogous Colors of #adaa8f

#adaa8f #a1ad8f #ad9b8f

Monochromatic Colors of #adaa8f

#adaa8f

Complementary Color

#adaa8f #8f92ad

#adaa8f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adaa8f Color Preview on White Background

Lorem ipsum dolor sit amet.

#adaa8f Color CSS Codes

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

#adaa8f Text Font Color

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

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


#adaa8f Background Color

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

This div background color is #adaa8f


#adaa8f Border Color

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

This div border color is #adaa8f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(173,170,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 #adaa8f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adaa8f


Comments

No comments written yet.

Please login to write comment.