Color Hex Logo

#adaa7e Color Hex

#ADAA7E
(173,170,126)
0 Favorites   0 Comments

Color spaces of #adaa7e

RGB 173170126
HSL0.160.220.59
HSV56°27°68°
CMYK 0.000.020.27   0.32
XYZ35.374239.140025.4290
Yxy39.14000.35390.3916
Hunter Lab62.5620-8.554819.6943
CIE-Lab68.8526-6.088823.1328

#adaa7e color RGB value is (173,170,126).

#adaa7e hex color red value is 173, green value is 170 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #adaa7e hue: 0.16 , saturation: 0.22 and the lightness value of adaa7e is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10101010 01111110
Octal 255 252 176
Decimal 173 170 126
Hex AD AA 7E

RGB Percentages of Color #adaa7e

%36.89
%36.25
%26.87

CMYK Percentages of Color #adaa7e

%0
%2
%27
%32

Triadic Colors of #adaa7e

#adaa7e #7eadaa #aa7ead

Analogous Colors of #adaa7e

#adaa7e #99ad7e #ad937e

Monochromatic Colors of #adaa7e

#adaa7e

Complementary Color

#adaa7e #7e81ad

#adaa7e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adaa7e Color Preview on White Background

Lorem ipsum dolor sit amet.

#adaa7e Color CSS Codes

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

#adaa7e Text Font Color

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

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


#adaa7e Background Color

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

This div background color is #adaa7e


#adaa7e Border Color

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

This div border color is #adaa7e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adaa7e


Comments

No comments written yet.

Please login to write comment.