Color Hex Logo

#aae40a Color Hex

#AAE40A
(170,228,10)
0 Favorites   0 Comments

Color spaces of #aae40a

RGB 17022810
HSL0.210.920.47
HSV76°96°89°
CMYK 0.250.000.96   0.11
XYZ44.375864.054810.3121
Yxy64.05480.37370.5394
Hunter Lab80.0342-41.088848.3847
CIE-Lab83.9943-43.122381.2395

#aae40a color RGB value is (170,228,10).

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

The process color (four color CMYK) of #aae40a color hex is 0.25, 0.00, 0.96, 0.11. Web safe color of #aae40a is #99cc00. Color #aae40a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11100100 00001010
Octal 252 344 12
Decimal 170 228 10
Hex AA E4 A

RGB Percentages of Color #aae40a

%41.67
%55.88
%2.45

CMYK Percentages of Color #aae40a

%25
%0
%96
%11

Triadic Colors of #aae40a

#aae40a #0aaae4 #e40aaa

Analogous Colors of #aae40a

#aae40a #3de40a #e4b10a

Monochromatic Colors of #aae40a

#aae40a

Complementary Color

#aae40a #440ae4

#aae40a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aae40a Color Preview on White Background

Lorem ipsum dolor sit amet.

#aae40a Color CSS Codes

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

#aae40a Text Font Color

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

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


#aae40a Background Color

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

This div background color is #aae40a


#aae40a Border Color

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

This div border color is #aae40a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aae40a


Comments

No comments written yet.

Please login to write comment.