Color Hex Logo

#aee519 Color Hex

#AEE519
(174,229,25)
0 Favorites   0 Comments

Color spaces of #aee519

RGB 17422925
HSL0.210.800.50
HSV76°89°90°
CMYK 0.240.000.89   0.10
XYZ45.650365.107511.0807
Yxy65.10750.37470.5344
Hunter Lab80.6892-40.218948.3404
CIE-Lab84.5391-41.792179.9679

#aee519 color RGB value is (174,229,25).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11100101 00011001
Octal 256 345 31
Decimal 174 229 25
Hex AE E5 19

RGB Percentages of Color #aee519

%40.65
%53.50
%5.84

CMYK Percentages of Color #aee519

%24
%0
%89
%10

Triadic Colors of #aee519

#aee519 #19aee5 #e519ae

Analogous Colors of #aee519

#aee519 #48e519 #e5b619

Monochromatic Colors of #aee519

#aee519

Complementary Color

#aee519 #5019e5

#aee519 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aee519 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aee519 Color CSS Codes

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

#aee519 Text Font Color

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

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


#aee519 Background Color

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

This div background color is #aee519


#aee519 Border Color

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

This div border color is #aee519


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aee519


Comments

No comments written yet.

Please login to write comment.