Color Hex Logo

#aad77e Color Hex

#AAD77E
(170,215,126)
0 Favorites   0 Comments

Color spaces of #aad77e

RGB 170215126
HSL0.250.530.67
HSV90°41°84°
CMYK 0.210.000.41   0.16
XYZ44.643958.653328.7069
Yxy58.65330.33820.4443
Hunter Lab76.5854-29.971631.3858
CIE-Lab81.1007-29.870139.1704

#aad77e color RGB value is (170,215,126).

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

The process color (four color CMYK) of #aad77e color hex is 0.21, 0.00, 0.41, 0.16. Web safe color of #aad77e is #99cc66. Color #aad77e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11010111 01111110
Octal 252 327 176
Decimal 170 215 126
Hex AA D7 7E

RGB Percentages of Color #aad77e

%33.27
%42.07
%24.66

CMYK Percentages of Color #aad77e

%21
%0
%41
%16

Triadic Colors of #aad77e

#aad77e #7eaad7 #d77eaa

Analogous Colors of #aad77e

#aad77e #7ed77f #d7d77e

Monochromatic Colors of #aad77e

#aad77e

Complementary Color

#aad77e #ab7ed7

#aad77e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aad77e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aad77e Color CSS Codes

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

#aad77e Text Font Color

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

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


#aad77e Background Color

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

This div background color is #aad77e


#aad77e Border Color

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

This div border color is #aad77e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aad77e


Comments

No comments written yet.

Please login to write comment.