Color Hex Logo

#aae01e Color Hex

#AAE01E
(170,224,30)
0 Favorites   0 Comments

Color spaces of #aae01e

RGB 17022430
HSL0.210.760.50
HSV77°87°88°
CMYK 0.240.000.87   0.12
XYZ43.467661.951110.8951
Yxy61.95110.37370.5326
Hunter Lab78.7090-39.162946.8892
CIE-Lab82.8874-41.015677.6444

#aae01e color RGB value is (170,224,30).

#aae01e hex color red value is 170, green value is 224 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #aae01e hue: 0.21 , saturation: 0.76 and the lightness value of aae01e is 0.50.

The process color (four color CMYK) of #aae01e color hex is 0.24, 0.00, 0.87, 0.12. Web safe color of #aae01e is #99cc33. Color #aae01e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11100000 00011110
Octal 252 340 36
Decimal 170 224 30
Hex AA E0 1E

RGB Percentages of Color #aae01e

%40.09
%52.83
%7.08

CMYK Percentages of Color #aae01e

%24
%0
%87
%12

Triadic Colors of #aae01e

#aae01e #1eaae0 #e01eaa

Analogous Colors of #aae01e

#aae01e #49e01e #e0b51e

Monochromatic Colors of #aae01e

#aae01e

Complementary Color

#aae01e #541ee0

#aae01e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aae01e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aae01e Color CSS Codes

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

#aae01e Text Font Color

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

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


#aae01e Background Color

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

This div background color is #aae01e


#aae01e Border Color

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

This div border color is #aae01e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aae01e


Comments

No comments written yet.

Please login to write comment.