Color Hex Logo

#aaeb6f Color Hex

#AAEB6F
(170,235,111)
0 Favorites   0 Comments

Color spaces of #aaeb6f

RGB 170235111
HSL0.250.760.68
HSV91°53°92°
CMYK 0.280.000.53   0.08
XYZ49.155169.110425.7878
Yxy69.11040.34120.4798
Hunter Lab83.1327-39.937839.8011
CIE-Lab86.5587-40.722453.0840

#aaeb6f color RGB value is (170,235,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11101011 01101111
Octal 252 353 157
Decimal 170 235 111
Hex AA EB 6F

RGB Percentages of Color #aaeb6f

%32.95
%45.54
%21.51

CMYK Percentages of Color #aaeb6f

%28
%0
%53
%8

Triadic Colors of #aaeb6f

#aaeb6f #6faaeb #eb6faa

Analogous Colors of #aaeb6f

#aaeb6f #6feb72 #e8eb6f

Monochromatic Colors of #aaeb6f

#aaeb6f

Complementary Color

#aaeb6f #b06feb

#aaeb6f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaeb6f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaeb6f Color CSS Codes

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

#aaeb6f Text Font Color

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

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


#aaeb6f Background Color

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

This div background color is #aaeb6f


#aaeb6f Border Color

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

This div border color is #aaeb6f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaeb6f


Comments

No comments written yet.

Please login to write comment.