Color Hex Logo

#aae10a Color Hex

#AAE10A
(170,225,10)
0 Favorites   0 Comments

Color spaces of #aae10a

RGB 17022510
HSL0.210.910.46
HSV75°96°88°
CMYK 0.240.000.96   0.12
XYZ43.557662.418410.0394
Yxy62.41840.37540.5380
Hunter Lab79.0053-39.847847.7696
CIE-Lab83.1354-41.819080.5695

#aae10a color RGB value is (170,225,10).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11100001 00001010
Octal 252 341 12
Decimal 170 225 10
Hex AA E1 A

RGB Percentages of Color #aae10a

%41.98
%55.56
%2.47

CMYK Percentages of Color #aae10a

%24
%0
%96
%12

Triadic Colors of #aae10a

#aae10a #0aaae1 #e10aaa

Analogous Colors of #aae10a

#aae10a #3fe10a #e1ad0a

Monochromatic Colors of #aae10a

#aae10a

Complementary Color

#aae10a #410ae1

#aae10a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aae10a Color Preview on White Background

Lorem ipsum dolor sit amet.

#aae10a Color CSS Codes

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

#aae10a Text Font Color

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

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


#aae10a Background Color

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

This div background color is #aae10a


#aae10a Border Color

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

This div border color is #aae10a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aae10a


Comments

No comments written yet.

Please login to write comment.