Color Hex Logo

#adac7e Color Hex

#ADAC7E
(173,172,126)
0 Favorites   0 Comments

Color spaces of #adac7e

RGB 173172126
HSL0.160.220.59
HSV59°27°68°
CMYK 0.000.010.27   0.32
XYZ35.752039.895625.5550
Yxy39.89560.35330.3942
Hunter Lab63.1630-9.499220.2260
CIE-Lab69.3951-7.151523.8651

#adac7e color RGB value is (173,172,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10101100 01111110
Octal 255 254 176
Decimal 173 172 126
Hex AD AC 7E

RGB Percentages of Color #adac7e

%36.73
%36.52
%26.75

CMYK Percentages of Color #adac7e

%0
%1
%27
%32

Triadic Colors of #adac7e

#adac7e #7eadac #ac7ead

Analogous Colors of #adac7e

#adac7e #97ad7e #ad957e

Monochromatic Colors of #adac7e

#adac7e

Complementary Color

#adac7e #7e7fad

#adac7e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adac7e Color Preview on White Background

Lorem ipsum dolor sit amet.

#adac7e Color CSS Codes

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

#adac7e Text Font Color

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

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


#adac7e Background Color

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

This div background color is #adac7e


#adac7e Border Color

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

This div border color is #adac7e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adac7e


Comments

No comments written yet.

Please login to write comment.