Color Hex Logo

#aae501 Color Hex

#AAE501
(170,229,1)
0 Favorites   0 Comments

Color spaces of #aae501

RGB 1702291
HSL0.210.990.45
HSV76°100°90°
CMYK 0.260.001.00   0.10
XYZ44.602464.586910.1444
Yxy64.58690.37380.5412
Hunter Lab80.3660-41.574548.7722
CIE-Lab84.2704-43.653382.2124

#aae501 color RGB value is (170,229,1).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11100101 00000001
Octal 252 345 1
Decimal 170 229 1
Hex AA E5 1

RGB Percentages of Color #aae501

%42.50
%57.25
%0.25

CMYK Percentages of Color #aae501

%26
%0
%100
%10

Triadic Colors of #aae501

#aae501 #01aae5 #e501aa

Analogous Colors of #aae501

#aae501 #38e501 #e5ae01

Monochromatic Colors of #aae501

#aae501

Complementary Color

#aae501 #3c01e5

#aae501 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aae501 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aae501 Color CSS Codes

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

#aae501 Text Font Color

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

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


#aae501 Background Color

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

This div background color is #aae501


#aae501 Border Color

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

This div border color is #aae501


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aae501


Comments

No comments written yet.

Please login to write comment.