Color Hex Logo

#adac6e Color Hex

#ADAC6E
(173,172,110)
0 Favorites   0 Comments

Color spaces of #adac6e

RGB 173172110
HSL0.160.280.55
HSV59°36°68°
CMYK 0.000.010.36   0.32
XYZ34.800639.515120.5448
Yxy39.51510.36690.4166
Hunter Lab62.8610-11.187124.6250
CIE-Lab69.1228-9.208032.0509

#adac6e color RGB value is (173,172,110).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10101100 01101110
Octal 255 254 156
Decimal 173 172 110
Hex AD AC 6E

RGB Percentages of Color #adac6e

%38.02
%37.80
%24.18

CMYK Percentages of Color #adac6e

%0
%1
%36
%32

Triadic Colors of #adac6e

#adac6e #6eadac #ac6ead

Analogous Colors of #adac6e

#adac6e #8fad6e #ad8d6e

Monochromatic Colors of #adac6e

#adac6e

Complementary Color

#adac6e #6e6fad

#adac6e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adac6e Color Preview on White Background

Lorem ipsum dolor sit amet.

#adac6e Color CSS Codes

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

#adac6e Text Font Color

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

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


#adac6e Background Color

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

This div background color is #adac6e


#adac6e Border Color

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

This div border color is #adac6e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adac6e


Comments

No comments written yet.

Please login to write comment.