Color Hex Logo

#abad6f Color Hex

#ABAD6F
(171,173,111)
0 Favorites   0 Comments

Color spaces of #abad6f

RGB 171173111
HSL0.170.270.56
HSV62°36°68°
CMYK 0.010.000.36   0.32
XYZ34.607439.692820.8764
Yxy39.69280.36360.4170
Hunter Lab63.0022-12.203024.4552
CIE-Lab69.2502-10.420431.6567

#abad6f color RGB value is (171,173,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10101101 01101111
Octal 253 255 157
Decimal 171 173 111
Hex AB AD 6F

RGB Percentages of Color #abad6f

%37.58
%38.02
%24.40

CMYK Percentages of Color #abad6f

%1
%0
%36
%32

Triadic Colors of #abad6f

#abad6f #6fabad #ad6fab

Analogous Colors of #abad6f

#abad6f #8cad6f #ad906f

Monochromatic Colors of #abad6f

#abad6f

Complementary Color

#abad6f #716fad

#abad6f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abad6f Color Preview on White Background

Lorem ipsum dolor sit amet.

#abad6f Color CSS Codes

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

#abad6f Text Font Color

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

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


#abad6f Background Color

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

This div background color is #abad6f


#abad6f Border Color

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

This div border color is #abad6f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abad6f


Comments

No comments written yet.

Please login to write comment.