Color Hex Logo

#aaeb7e Color Hex

#AAEB7E
(170,235,126)
0 Favorites   0 Comments

Color spaces of #aaeb7e

RGB 170235126
HSL0.270.730.71
HSV96°46°92°
CMYK 0.280.000.46   0.08
XYZ50.051869.469130.5095
Yxy69.46910.33360.4630
Hunter Lab83.3481-38.667336.6406
CIE-Lab86.7358-39.060246.2562

#aaeb7e color RGB value is (170,235,126).

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

The process color (four color CMYK) of #aaeb7e color hex is 0.28, 0.00, 0.46, 0.08. Web safe color of #aaeb7e is #99ff66. Color #aaeb7e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11101011 01111110
Octal 252 353 176
Decimal 170 235 126
Hex AA EB 7E

RGB Percentages of Color #aaeb7e

%32.02
%44.26
%23.73

CMYK Percentages of Color #aaeb7e

%28
%0
%46
%8

Triadic Colors of #aaeb7e

#aaeb7e #7eaaeb #eb7eaa

Analogous Colors of #aaeb7e

#aaeb7e #7eeb89 #e1eb7e

Monochromatic Colors of #aaeb7e

#aaeb7e

Complementary Color

#aaeb7e #bf7eeb

#aaeb7e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaeb7e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaeb7e Color CSS Codes

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

#aaeb7e Text Font Color

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

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


#aaeb7e Background Color

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

This div background color is #aaeb7e


#aaeb7e Border Color

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

This div border color is #aaeb7e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaeb7e


Comments

No comments written yet.

Please login to write comment.