Color Hex Logo

#aaeb6e Color Hex

#AAEB6E
(170,235,110)
0 Favorites   0 Comments

Color spaces of #aaeb6e

RGB 170235110
HSL0.250.760.68
HSV91°53°92°
CMYK 0.280.000.53   0.08
XYZ49.100469.088525.4994
Yxy69.08850.34170.4808
Hunter Lab83.1195-40.015539.9947
CIE-Lab86.5479-40.824753.5283

#aaeb6e color RGB value is (170,235,110).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11101011 01101110
Octal 252 353 156
Decimal 170 235 110
Hex AA EB 6E

RGB Percentages of Color #aaeb6e

%33.01
%45.63
%21.36

CMYK Percentages of Color #aaeb6e

%28
%0
%53
%8

Triadic Colors of #aaeb6e

#aaeb6e #6eaaeb #eb6eaa

Analogous Colors of #aaeb6e

#aaeb6e #6eeb71 #e9eb6e

Monochromatic Colors of #aaeb6e

#aaeb6e

Complementary Color

#aaeb6e #af6eeb

#aaeb6e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaeb6e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaeb6e Color CSS Codes

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

#aaeb6e Text Font Color

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

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


#aaeb6e Background Color

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

This div background color is #aaeb6e


#aaeb6e Border Color

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

This div border color is #aaeb6e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaeb6e


Comments

No comments written yet.

Please login to write comment.