Color Hex Logo

#aae119 Color Hex

#AAE119
(170,225,25)
0 Favorites   0 Comments

Color spaces of #aae119

RGB 17022525
HSL0.210.800.49
HSV77°89°88°
CMYK 0.240.000.89   0.12
XYZ43.678262.466710.6749
Yxy62.46670.37390.5347
Hunter Lab79.0359-39.667047.3172
CIE-Lab83.1610-41.573778.7459

#aae119 color RGB value is (170,225,25).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11100001 00011001
Octal 252 341 31
Decimal 170 225 25
Hex AA E1 19

RGB Percentages of Color #aae119

%40.48
%53.57
%5.95

CMYK Percentages of Color #aae119

%24
%0
%89
%12

Triadic Colors of #aae119

#aae119 #19aae1 #e119aa

Analogous Colors of #aae119

#aae119 #46e119 #e1b419

Monochromatic Colors of #aae119

#aae119

Complementary Color

#aae119 #5019e1

#aae119 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aae119 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aae119 Color CSS Codes

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

#aae119 Text Font Color

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

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


#aae119 Background Color

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

This div background color is #aae119


#aae119 Border Color

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

This div border color is #aae119


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aae119


Comments

No comments written yet.

Please login to write comment.