Color Hex Logo

#aee82f Color Hex

#AEE82F
(174,232,47)
0 Favorites   0 Comments

Color spaces of #aee82f

RGB 17423247
HSL0.220.800.55
HSV79°80°91°
CMYK 0.250.000.80   0.09
XYZ46.825366.917113.1377
Yxy66.91710.36910.5274
Hunter Lab81.8029-40.978747.7399
CIE-Lab85.4621-42.439376.1059

#aee82f color RGB value is (174,232,47).

#aee82f hex color red value is 174, green value is 232 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #aee82f hue: 0.22 , saturation: 0.80 and the lightness value of aee82f is 0.55.

The process color (four color CMYK) of #aee82f color hex is 0.25, 0.00, 0.80, 0.09. Web safe color of #aee82f is #99ff33. Color #aee82f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11101000 00101111
Octal 256 350 57
Decimal 174 232 47
Hex AE E8 2F

RGB Percentages of Color #aee82f

%38.41
%51.21
%10.38

CMYK Percentages of Color #aee82f

%25
%0
%80
%9

Triadic Colors of #aee82f

#aee82f #2faee8 #e82fae

Analogous Colors of #aee82f

#aee82f #52e82f #e8c62f

Monochromatic Colors of #aee82f

#aee82f

Complementary Color

#aee82f #692fe8

#aee82f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aee82f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aee82f Color CSS Codes

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

#aee82f Text Font Color

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

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


#aee82f Background Color

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

This div background color is #aee82f


#aee82f Border Color

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

This div border color is #aee82f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aee82f


Comments

No comments written yet.

Please login to write comment.