Color Hex Logo

#aee505 Color Hex

#AEE505
(174,229,5)
0 Favorites   0 Comments

Color spaces of #aee505

RGB 1742295
HSL0.210.960.46
HSV75°98°90°
CMYK 0.240.000.98   0.10
XYZ45.502365.048310.3009
Yxy65.04830.37650.5382
Hunter Lab80.6525-40.436348.8843
CIE-Lab84.5086-42.084382.1593

#aee505 color RGB value is (174,229,5).

#aee505 hex color red value is 174, green value is 229 and the blue value of its RGB is 5. Cylindrical-coordinate representations (also known as HSL) of color #aee505 hue: 0.21 , saturation: 0.96 and the lightness value of aee505 is 0.46.

The process color (four color CMYK) of #aee505 color hex is 0.24, 0.00, 0.98, 0.10. Web safe color of #aee505 is #99cc00. Color #aee505 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11100101 00000101
Octal 256 345 5
Decimal 174 229 5
Hex AE E5 5

RGB Percentages of Color #aee505

%42.65
%56.13
%1.23

CMYK Percentages of Color #aee505

%24
%0
%98
%10

Triadic Colors of #aee505

#aee505 #05aee5 #e505ae

Analogous Colors of #aee505

#aee505 #3ee505 #e5ac05

Monochromatic Colors of #aee505

#aee505

Complementary Color

#aee505 #3c05e5

#aee505 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aee505 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aee505 Color CSS Codes

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

#aee505 Text Font Color

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

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


#aee505 Background Color

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

This div background color is #aee505


#aee505 Border Color

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

This div border color is #aee505


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aee505


Comments

No comments written yet.

Please login to write comment.