Color Hex Logo

#aee001 Color Hex

#AEE001
(174,224,1)
0 Favorites   0 Comments

Color spaces of #aee001

RGB 1742241
HSL0.200.990.44
HSV73°100°88°
CMYK 0.220.001.00   0.12
XYZ44.116762.31229.7310
Yxy62.31220.37980.5364
Hunter Lab78.9381-38.382047.9477
CIE-Lab83.0792-39.934281.4073

#aee001 color RGB value is (174,224,1).

#aee001 hex color red value is 174, green value is 224 and the blue value of its RGB is 1. Cylindrical-coordinate representations (also known as HSL) of color #aee001 hue: 0.20 , saturation: 0.99 and the lightness value of aee001 is 0.44.

The process color (four color CMYK) of #aee001 color hex is 0.22, 0.00, 1.00, 0.12. Web safe color of #aee001 is #99cc00. Color #aee001 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11100000 00000001
Octal 256 340 1
Decimal 174 224 1
Hex AE E0 1

RGB Percentages of Color #aee001

%43.61
%56.14
%0.25

CMYK Percentages of Color #aee001

%22
%0
%100
%12

Triadic Colors of #aee001

#aee001 #01aee0 #e001ae

Analogous Colors of #aee001

#aee001 #3fe001 #e0a301

Monochromatic Colors of #aee001

#aee001

Complementary Color

#aee001 #3301e0

#aee001 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aee001 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aee001 Color CSS Codes

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

#aee001 Text Font Color

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

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


#aee001 Background Color

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

This div background color is #aee001


#aee001 Border Color

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

This div border color is #aee001


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aee001


Comments

No comments written yet.

Please login to write comment.