Color Hex Logo

#aaee7e Color Hex

#AAEE7E
(170,238,126)
0 Favorites   0 Comments

Color spaces of #aaee7e

RGB 170238126
HSL0.270.770.71
HSV96°47°93°
CMYK 0.290.000.47   0.07
XYZ50.918071.201530.7983
Yxy71.20150.33300.4656
Hunter Lab84.3810-39.954537.4264
CIE-Lab87.5828-40.395147.3049

#aaee7e color RGB value is (170,238,126).

#aaee7e hex color red value is 170, green value is 238 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #aaee7e hue: 0.27 , saturation: 0.77 and the lightness value of aaee7e is 0.71.

The process color (four color CMYK) of #aaee7e color hex is 0.29, 0.00, 0.47, 0.07. Web safe color of #aaee7e is #99ff66. Color #aaee7e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11101110 01111110
Octal 252 356 176
Decimal 170 238 126
Hex AA EE 7E

RGB Percentages of Color #aaee7e

%31.84
%44.57
%23.60

CMYK Percentages of Color #aaee7e

%29
%0
%47
%7

Triadic Colors of #aaee7e

#aaee7e #7eaaee #ee7eaa

Analogous Colors of #aaee7e

#aaee7e #7eee8a #e2ee7e

Monochromatic Colors of #aaee7e

#aaee7e

Complementary Color

#aaee7e #c27eee

#aaee7e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaee7e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaee7e Color CSS Codes

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

#aaee7e Text Font Color

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

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


#aaee7e Background Color

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

This div background color is #aaee7e


#aaee7e Border Color

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

This div border color is #aaee7e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaee7e


Comments

No comments written yet.

Please login to write comment.