Color Hex Logo

#aaee3f Color Hex

#AAEE3F
(170,238,63)
0 Favorites   0 Comments

Color spaces of #aaee3f

RGB 17023863
HSL0.230.840.59
HSV83°74°93°
CMYK 0.290.000.74   0.07
XYZ48.049370.054015.6919
Yxy70.05400.35910.5236
Hunter Lab83.6983-43.999147.4730
CIE-Lab87.0233-45.757672.7684

#aaee3f color RGB value is (170,238,63).

#aaee3f hex color red value is 170, green value is 238 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #aaee3f hue: 0.23 , saturation: 0.84 and the lightness value of aaee3f is 0.59.

The process color (four color CMYK) of #aaee3f color hex is 0.29, 0.00, 0.74, 0.07. Web safe color of #aaee3f is #99ff33. Color #aaee3f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11101110 00111111
Octal 252 356 77
Decimal 170 238 63
Hex AA EE 3F

RGB Percentages of Color #aaee3f

%36.09
%50.53
%13.38

CMYK Percentages of Color #aaee3f

%29
%0
%74
%7

Triadic Colors of #aaee3f

#aaee3f #3faaee #ee3faa

Analogous Colors of #aaee3f

#aaee3f #53ee3f #eedb3f

Monochromatic Colors of #aaee3f

#aaee3f

Complementary Color

#aaee3f #833fee

#aaee3f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaee3f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaee3f Color CSS Codes

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

#aaee3f Text Font Color

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

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


#aaee3f Background Color

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

This div background color is #aaee3f


#aaee3f Border Color

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

This div border color is #aaee3f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaee3f


Comments

No comments written yet.

Please login to write comment.