Color Hex Logo

#8ae41f Color Hex

#8AE41F
(138,228,31)
0 Favorites   0 Comments

Color spaces of #8ae41f

RGB 13822831
HSL0.240.780.51
HSV87°86°89°
CMYK 0.390.000.86   0.11
XYZ38.472060.989011.0407
Yxy60.98900.34820.5519
Hunter Lab78.0955-48.733046.2847
CIE-Lab82.3728-54.159676.3454

#8ae41f color RGB value is (138,228,31).

#8ae41f hex color red value is 138, green value is 228 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #8ae41f hue: 0.24 , saturation: 0.78 and the lightness value of 8ae41f is 0.51.

The process color (four color CMYK) of #8ae41f color hex is 0.39, 0.00, 0.86, 0.11. Web safe color of #8ae41f is #99cc33. Color #8ae41f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001010 11100100 00011111
Octal 212 344 37
Decimal 138 228 31
Hex 8A E4 1F

RGB Percentages of Color #8ae41f

%34.76
%57.43
%7.81

CMYK Percentages of Color #8ae41f

%39
%0
%86
%11

Triadic Colors of #8ae41f

#8ae41f #1f8ae4 #e41f8a

Analogous Colors of #8ae41f

#8ae41f #28e41f #e4dc1f

Monochromatic Colors of #8ae41f

#8ae41f

Complementary Color

#8ae41f #791fe4

#8ae41f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ae41f Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ae41f Color CSS Codes

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

#8ae41f Text Font Color

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

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


#8ae41f Background Color

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

This div background color is #8ae41f


#8ae41f Border Color

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

This div border color is #8ae41f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(138,228,31, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8ae41f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8ae41f;
  -webkit-box-shadow: 1px 1px 3px 2px #8ae41f;
  box-shadow:         1px 1px 3px 2px #8ae41f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(138,228,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 #8ae41f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ae41f


Comments

No comments written yet.

Please login to write comment.