Color Hex Logo

#adac6f Color Hex

#ADAC6F
(173,172,111)
0 Favorites   0 Comments

Color spaces of #adac6f

RGB 173172111
HSL0.160.270.56
HSV59°36°68°
CMYK 0.000.010.36   0.32
XYZ34.855339.537020.8333
Yxy39.53700.36600.4152
Hunter Lab62.8785-11.089724.3706
CIE-Lab69.1385-9.088531.5436

#adac6f color RGB value is (173,172,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10101100 01101111
Octal 255 254 157
Decimal 173 172 111
Hex AD AC 6F

RGB Percentages of Color #adac6f

%37.94
%37.72
%24.34

CMYK Percentages of Color #adac6f

%0
%1
%36
%32

Triadic Colors of #adac6f

#adac6f #6fadac #ac6fad

Analogous Colors of #adac6f

#adac6f #8fad6f #ad8d6f

Monochromatic Colors of #adac6f

#adac6f

Complementary Color

#adac6f #6f70ad

#adac6f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adac6f Color Preview on White Background

Lorem ipsum dolor sit amet.

#adac6f Color CSS Codes

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

#adac6f Text Font Color

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

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


#adac6f Background Color

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

This div background color is #adac6f


#adac6f Border Color

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

This div border color is #adac6f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adac6f


Comments

No comments written yet.

Please login to write comment.