Color Hex Logo

#aeef1f Color Hex

#AEEF1F
(174,239,31)
0 Favorites   0 Comments

Color spaces of #aeef1f

RGB 17423931
HSL0.220.870.53
HSV79°87°94°
CMYK 0.270.000.87   0.06
XYZ48.569470.830612.4081
Yxy70.83060.36850.5374
Hunter Lab84.1609-44.269050.1713
CIE-Lab87.4026-45.960681.3161

#aeef1f color RGB value is (174,239,31).

#aeef1f hex color red value is 174, green value is 239 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #aeef1f hue: 0.22 , saturation: 0.87 and the lightness value of aeef1f is 0.53.

The process color (four color CMYK) of #aeef1f color hex is 0.27, 0.00, 0.87, 0.06. Web safe color of #aeef1f is #99ff33. Color #aeef1f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11101111 00011111
Octal 256 357 37
Decimal 174 239 31
Hex AE EF 1F

RGB Percentages of Color #aeef1f

%39.19
%53.83
%6.98

CMYK Percentages of Color #aeef1f

%27
%0
%87
%6

Triadic Colors of #aeef1f

#aeef1f #1faeef #ef1fae

Analogous Colors of #aeef1f

#aeef1f #46ef1f #efc81f

Monochromatic Colors of #aeef1f

#aeef1f

Complementary Color

#aeef1f #601fef

#aeef1f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeef1f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeef1f Color CSS Codes

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

#aeef1f Text Font Color

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

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


#aeef1f Background Color

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

This div background color is #aeef1f


#aeef1f Border Color

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

This div border color is #aeef1f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeef1f


Comments

No comments written yet.

Please login to write comment.