Color Hex Logo

#aaee0f Color Hex

#AAEE0F
(170,238,15)
0 Favorites   0 Comments

Color spaces of #aaee0f

RGB 17023815
HSL0.220.880.50
HSV78°94°93°
CMYK 0.290.000.94   0.07
XYZ47.238369.729611.4214
Yxy69.72960.36790.5431
Hunter Lab83.5043-45.155150.3435
CIE-Lab86.8641-47.324883.0291

#aaee0f color RGB value is (170,238,15).

#aaee0f hex color red value is 170, green value is 238 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #aaee0f hue: 0.22 , saturation: 0.88 and the lightness value of aaee0f is 0.50.

The process color (four color CMYK) of #aaee0f color hex is 0.29, 0.00, 0.94, 0.07. Web safe color of #aaee0f is #99ff00. Color #aaee0f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11101110 00001111
Octal 252 356 17
Decimal 170 238 15
Hex AA EE F

RGB Percentages of Color #aaee0f

%40.19
%56.26
%3.55

CMYK Percentages of Color #aaee0f

%29
%0
%94
%7

Triadic Colors of #aaee0f

#aaee0f #0faaee #ee0faa

Analogous Colors of #aaee0f

#aaee0f #3bee0f #eec30f

Monochromatic Colors of #aaee0f

#aaee0f

Complementary Color

#aaee0f #530fee

#aaee0f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaee0f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaee0f Color CSS Codes

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

#aaee0f Text Font Color

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

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


#aaee0f Background Color

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

This div background color is #aaee0f


#aaee0f Border Color

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

This div border color is #aaee0f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaee0f


Comments

No comments written yet.

Please login to write comment.