Color Hex Logo

#aee025 Color Hex

#AEE025
(174,224,37)
0 Favorites   0 Comments

Color spaces of #aee025

RGB 17422437
HSL0.210.750.51
HSV76°83°88°
CMYK 0.220.000.83   0.12
XYZ44.445162.443611.4606
Yxy62.44360.37550.5276
Hunter Lab79.0213-37.890846.7159
CIE-Lab83.1488-39.275976.5156

#aee025 color RGB value is (174,224,37).

#aee025 hex color red value is 174, green value is 224 and the blue value of its RGB is 37. Cylindrical-coordinate representations (also known as HSL) of color #aee025 hue: 0.21 , saturation: 0.75 and the lightness value of aee025 is 0.51.

The process color (four color CMYK) of #aee025 color hex is 0.22, 0.00, 0.83, 0.12. Web safe color of #aee025 is #99cc33. Color #aee025 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11100000 00100101
Octal 256 340 45
Decimal 174 224 37
Hex AE E0 25

RGB Percentages of Color #aee025

%40.00
%51.49
%8.51

CMYK Percentages of Color #aee025

%22
%0
%83
%12

Triadic Colors of #aee025

#aee025 #25aee0 #e025ae

Analogous Colors of #aee025

#aee025 #50e025 #e0b525

Monochromatic Colors of #aee025

#aee025

Complementary Color

#aee025 #5725e0

#aee025 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aee025 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aee025 Color CSS Codes

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

#aee025 Text Font Color

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

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


#aee025 Background Color

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

This div background color is #aee025


#aee025 Border Color

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

This div border color is #aee025


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aee025


Comments

No comments written yet.

Please login to write comment.