Color Hex Logo

#aee902 Color Hex

#AEE902
(174,233,2)
0 Favorites   0 Comments

Color spaces of #aee902

RGB 1742332
HSL0.210.980.46
HSV75°99°91°
CMYK 0.250.000.99   0.09
XYZ46.605467.280910.5876
Yxy67.28090.37440.5405
Hunter Lab82.0249-42.122549.7644
CIE-Lab85.6456-43.849583.2818

#aee902 color RGB value is (174,233,2).

#aee902 hex color red value is 174, green value is 233 and the blue value of its RGB is 2. Cylindrical-coordinate representations (also known as HSL) of color #aee902 hue: 0.21 , saturation: 0.98 and the lightness value of aee902 is 0.46.

The process color (four color CMYK) of #aee902 color hex is 0.25, 0.00, 0.99, 0.09. Web safe color of #aee902 is #99ff00. Color #aee902 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11101001 00000010
Octal 256 351 2
Decimal 174 233 2
Hex AE E9 2

RGB Percentages of Color #aee902

%42.54
%56.97
%0.49

CMYK Percentages of Color #aee902

%25
%0
%99
%9

Triadic Colors of #aee902

#aee902 #02aee9 #e902ae

Analogous Colors of #aee902

#aee902 #3ae902 #e9b102

Monochromatic Colors of #aee902

#aee902

Complementary Color

#aee902 #3d02e9

#aee902 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aee902 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aee902 Color CSS Codes

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

#aee902 Text Font Color

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

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


#aee902 Background Color

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

This div background color is #aee902


#aee902 Border Color

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

This div border color is #aee902


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(174,233,2, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #aee902; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #aee902;
  -webkit-box-shadow: 1px 1px 3px 2px #aee902;
  box-shadow:         1px 1px 3px 2px #aee902; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aee902


Comments

No comments written yet.

Please login to write comment.