Color Hex Logo

#abad8e Color Hex

#ABAD8E
(171,173,142)
0 Favorites   0 Comments

Color spaces of #abad8e

RGB 171173142
HSL0.180.160.62
HSV64°18°68°
CMYK 0.010.000.18   0.32
XYZ36.620640.498131.4780
Yxy40.49810.33720.3729
Hunter Lab63.6381-8.648815.2194
CIE-Lab69.8228-6.095615.7255

#abad8e color RGB value is (171,173,142).

#abad8e hex color red value is 171, green value is 173 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #abad8e hue: 0.18 , saturation: 0.16 and the lightness value of abad8e is 0.62.

The process color (four color CMYK) of #abad8e color hex is 0.01, 0.00, 0.18, 0.32. Web safe color of #abad8e is #999999. Color #abad8e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10101101 10001110
Octal 253 255 216
Decimal 171 173 142
Hex AB AD 8E

RGB Percentages of Color #abad8e

%35.19
%35.60
%29.22

CMYK Percentages of Color #abad8e

%1
%0
%18
%32

Triadic Colors of #abad8e

#abad8e #8eabad #ad8eab

Analogous Colors of #abad8e

#abad8e #9cad8e #ada08e

Monochromatic Colors of #abad8e

#abad8e

Complementary Color

#abad8e #908ead

#abad8e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abad8e Color Preview on White Background

Lorem ipsum dolor sit amet.

#abad8e Color CSS Codes

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

#abad8e Text Font Color

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

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


#abad8e Background Color

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

This div background color is #abad8e


#abad8e Border Color

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

This div border color is #abad8e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abad8e


Comments

No comments written yet.

Please login to write comment.