Color Hex Logo

#aee02d Color Hex

#AEE02D
(174,224,45)
0 Favorites   0 Comments

Color spaces of #aee02d

RGB 17422445
HSL0.210.740.53
HSV77°80°88°
CMYK 0.220.000.80   0.12
XYZ44.584962.499412.1964
Yxy62.49940.37380.5240
Hunter Lab79.0566-37.681846.1927
CIE-Lab83.1783-38.996774.5874

#aee02d color RGB value is (174,224,45).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11100000 00101101
Octal 256 340 55
Decimal 174 224 45
Hex AE E0 2D

RGB Percentages of Color #aee02d

%39.28
%50.56
%10.16

CMYK Percentages of Color #aee02d

%22
%0
%80
%12

Triadic Colors of #aee02d

#aee02d #2daee0 #e02dae

Analogous Colors of #aee02d

#aee02d #54e02d #e0b92d

Monochromatic Colors of #aee02d

#aee02d

Complementary Color

#aee02d #5f2de0

#aee02d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aee02d Color Preview on White Background

Lorem ipsum dolor sit amet.

#aee02d Color CSS Codes

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

#aee02d Text Font Color

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

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


#aee02d Background Color

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

This div background color is #aee02d


#aee02d Border Color

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

This div border color is #aee02d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aee02d


Comments

No comments written yet.

Please login to write comment.