Color Hex Logo

#aee64a Color Hex

#AEE64A
(174,230,74)
0 Favorites   0 Comments

Color spaces of #aee64a

RGB 17423074
HSL0.230.760.60
HSV82°68°90°
CMYK 0.240.000.68   0.10
XYZ46.988466.086716.7580
Yxy66.08670.36190.5090
Hunter Lab81.2937-39.089644.6835
CIE-Lab85.0406-40.164867.0271

#aee64a color RGB value is (174,230,74).

#aee64a hex color red value is 174, green value is 230 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #aee64a hue: 0.23 , saturation: 0.76 and the lightness value of aee64a is 0.60.

The process color (four color CMYK) of #aee64a color hex is 0.24, 0.00, 0.68, 0.10. Web safe color of #aee64a is #99ff33. Color #aee64a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11100110 01001010
Octal 256 346 112
Decimal 174 230 74
Hex AE E6 4A

RGB Percentages of Color #aee64a

%36.40
%48.12
%15.48

CMYK Percentages of Color #aee64a

%24
%0
%68
%10

Triadic Colors of #aee64a

#aee64a #4aaee6 #e64aae

Analogous Colors of #aee64a

#aee64a #60e64a #e6d04a

Monochromatic Colors of #aee64a

#aee64a

Complementary Color

#aee64a #824ae6

#aee64a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aee64a Color Preview on White Background

Lorem ipsum dolor sit amet.

#aee64a Color CSS Codes

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

#aee64a Text Font Color

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

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


#aee64a Background Color

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

This div background color is #aee64a


#aee64a Border Color

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

This div border color is #aee64a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aee64a


Comments

No comments written yet.

Please login to write comment.