Color Hex Logo

#aee71f Color Hex

#AEE71F
(174,231,31)
0 Favorites   0 Comments

Color spaces of #aee71f

RGB 17423131
HSL0.210.810.51
HSV77°87°91°
CMYK 0.250.000.87   0.09
XYZ46.278866.249411.6446
Yxy66.24940.37270.5335
Hunter Lab81.3937-40.947648.4933
CIE-Lab85.1235-42.522179.4176

#aee71f color RGB value is (174,231,31).

#aee71f hex color red value is 174, green value is 231 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #aee71f hue: 0.21 , saturation: 0.81 and the lightness value of aee71f is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11100111 00011111
Octal 256 347 37
Decimal 174 231 31
Hex AE E7 1F

RGB Percentages of Color #aee71f

%39.91
%52.98
%7.11

CMYK Percentages of Color #aee71f

%25
%0
%87
%9

Triadic Colors of #aee71f

#aee71f #1faee7 #e71fae

Analogous Colors of #aee71f

#aee71f #4ae71f #e7bc1f

Monochromatic Colors of #aee71f

#aee71f

Complementary Color

#aee71f #581fe7

#aee71f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aee71f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aee71f Color CSS Codes

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

#aee71f Text Font Color

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

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


#aee71f Background Color

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

This div background color is #aee71f


#aee71f Border Color

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

This div border color is #aee71f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(174,231,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 #aee71f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aee71f


Comments

No comments written yet.

Please login to write comment.