Color Hex Logo

#aadb7e Color Hex

#AADB7E
(170,219,126)
0 Favorites   0 Comments

Color spaces of #aadb7e

RGB 170219126
HSL0.250.560.68
HSV92°42°86°
CMYK 0.220.000.42   0.14
XYZ45.675060.715429.0506
Yxy60.71540.33720.4483
Hunter Lab77.9201-31.727532.4392
CIE-Lab82.2255-31.749140.6000

#aadb7e color RGB value is (170,219,126).

#aadb7e hex color red value is 170, green value is 219 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #aadb7e hue: 0.25 , saturation: 0.56 and the lightness value of aadb7e is 0.68.

The process color (four color CMYK) of #aadb7e color hex is 0.22, 0.00, 0.42, 0.14. Web safe color of #aadb7e is #99cc66. Color #aadb7e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11011011 01111110
Octal 252 333 176
Decimal 170 219 126
Hex AA DB 7E

RGB Percentages of Color #aadb7e

%33.01
%42.52
%24.47

CMYK Percentages of Color #aadb7e

%22
%0
%42
%14

Triadic Colors of #aadb7e

#aadb7e #7eaadb #db7eaa

Analogous Colors of #aadb7e

#aadb7e #7edb81 #d9db7e

Monochromatic Colors of #aadb7e

#aadb7e

Complementary Color

#aadb7e #af7edb

#aadb7e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aadb7e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aadb7e Color CSS Codes

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

#aadb7e Text Font Color

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

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


#aadb7e Background Color

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

This div background color is #aadb7e


#aadb7e Border Color

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

This div border color is #aadb7e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(170,219,126, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #aadb7e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #aadb7e;
  -webkit-box-shadow: 1px 1px 3px 2px #aadb7e;
  box-shadow:         1px 1px 3px 2px #aadb7e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(170,219,126, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aadb7e


Comments

No comments written yet.

Please login to write comment.