Color Hex Logo

#abad7a Color Hex

#ABAD7A
(171,173,122)
0 Favorites   0 Comments

Color spaces of #abad7a

RGB 171173122
HSL0.170.240.58
HSV62°29°68°
CMYK 0.010.000.29   0.32
XYZ35.251039.950224.2656
Yxy39.95020.35440.4016
Hunter Lab63.2062-11.058821.4822
CIE-Lab69.4340-9.013226.0430

#abad7a color RGB value is (171,173,122).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10101101 01111010
Octal 253 255 172
Decimal 171 173 122
Hex AB AD 7A

RGB Percentages of Color #abad7a

%36.70
%37.12
%26.18

CMYK Percentages of Color #abad7a

%1
%0
%29
%32

Triadic Colors of #abad7a

#abad7a #7aabad #ad7aab

Analogous Colors of #abad7a

#abad7a #92ad7a #ad967a

Monochromatic Colors of #abad7a

#abad7a

Complementary Color

#abad7a #7c7aad

#abad7a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abad7a Color Preview on White Background

Lorem ipsum dolor sit amet.

#abad7a Color CSS Codes

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

#abad7a Text Font Color

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

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


#abad7a Background Color

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

This div background color is #abad7a


#abad7a Border Color

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

This div border color is #abad7a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abad7a


Comments

No comments written yet.

Please login to write comment.