Color Hex Logo

#aee50a Color Hex

#AEE50A
(174,229,10)
0 Favorites   0 Comments

Color spaces of #aee50a

RGB 17422910
HSL0.210.920.47
HSV75°96°90°
CMYK 0.240.000.96   0.10
XYZ45.529765.059210.4452
Yxy65.05920.37620.5375
Hunter Lab80.6593-40.396048.7836
CIE-Lab84.5142-42.030081.7454

#aee50a color RGB value is (174,229,10).

#aee50a hex color red value is 174, green value is 229 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #aee50a hue: 0.21 , saturation: 0.92 and the lightness value of aee50a is 0.47.

The process color (four color CMYK) of #aee50a color hex is 0.24, 0.00, 0.96, 0.10. Web safe color of #aee50a is #99cc00. Color #aee50a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11100101 00001010
Octal 256 345 12
Decimal 174 229 10
Hex AE E5 A

RGB Percentages of Color #aee50a

%42.13
%55.45
%2.42

CMYK Percentages of Color #aee50a

%24
%0
%96
%10

Triadic Colors of #aee50a

#aee50a #0aaee5 #e50aae

Analogous Colors of #aee50a

#aee50a #41e50a #e5af0a

Monochromatic Colors of #aee50a

#aee50a

Complementary Color

#aee50a #410ae5

#aee50a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aee50a Color Preview on White Background

Lorem ipsum dolor sit amet.

#aee50a Color CSS Codes

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

#aee50a Text Font Color

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

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


#aee50a Background Color

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

This div background color is #aee50a


#aee50a Border Color

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

This div border color is #aee50a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aee50a


Comments

No comments written yet.

Please login to write comment.