Color Hex Logo

#aae519 Color Hex

#AAE519
(170,229,25)
0 Favorites   0 Comments

Color spaces of #aae519

RGB 17022925
HSL0.210.800.50
HSV77°89°90°
CMYK 0.260.000.89   0.10
XYZ44.772364.654911.0396
Yxy64.65490.37170.5367
Hunter Lab80.4083-41.323548.1456
CIE-Lab84.3056-43.312279.6809

#aae519 color RGB value is (170,229,25).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11100101 00011001
Octal 252 345 31
Decimal 170 229 25
Hex AA E5 19

RGB Percentages of Color #aae519

%40.09
%54.01
%5.90

CMYK Percentages of Color #aae519

%26
%0
%89
%10

Triadic Colors of #aae519

#aae519 #19aae5 #e519aa

Analogous Colors of #aae519

#aae519 #44e519 #e5ba19

Monochromatic Colors of #aae519

#aae519

Complementary Color

#aae519 #5419e5

#aae519 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aae519 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aae519 Color CSS Codes

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

#aae519 Text Font Color

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

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


#aae519 Background Color

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

This div background color is #aae519


#aae519 Border Color

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

This div border color is #aae519


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(170,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 #aae519">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aae519


Comments

No comments written yet.

Please login to write comment.