Color Hex Logo

#aae500 Color Hex

#AAE500
(170,229,0)
0 Favorites   0 Comments

Color spaces of #aae500

RGB 1702290
HSL0.211.000.45
HSV75°100°90°
CMYK 0.260.001.00   0.10
XYZ44.596964.584710.1156
Yxy64.58470.37380.5414
Hunter Lab80.3646-41.582748.7923
CIE-Lab84.2693-43.664482.2963

#aae500 color RGB value is (170,229,0).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11100101 00000000
Octal 252 345 0
Decimal 170 229 0
Hex AA E5 0

RGB Percentages of Color #aae500

%42.61
%57.39
%0.00

CMYK Percentages of Color #aae500

%26
%0
%100
%10

Triadic Colors of #aae500

#aae500 #00aae5 #e500aa

Analogous Colors of #aae500

#aae500 #37e500 #e5ae00

Monochromatic Colors of #aae500

#aae500

Complementary Color

#aae500 #3b00e5

#aae500 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aae500 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aae500 Color CSS Codes

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

#aae500 Text Font Color

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

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


#aae500 Background Color

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

This div background color is #aae500


#aae500 Border Color

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

This div border color is #aae500


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aae500


Comments

No comments written yet.

Please login to write comment.