Color Hex Logo

#8ee013 Color Hex

#8EE013
(142,224,19)
0 Favorites   0 Comments

Color spaces of #8ee013

RGB 14222419
HSL0.230.840.48
HSV84°92°88°
CMYK 0.370.000.92   0.12
XYZ37.928559.109110.0263
Yxy59.10910.35430.5521
Hunter Lab76.8824-46.484746.0857
CIE-Lab81.3515-51.507477.5331

#8ee013 color RGB value is (142,224,19).

#8ee013 hex color red value is 142, green value is 224 and the blue value of its RGB is 19. Cylindrical-coordinate representations (also known as HSL) of color #8ee013 hue: 0.23 , saturation: 0.84 and the lightness value of 8ee013 is 0.48.

The process color (four color CMYK) of #8ee013 color hex is 0.37, 0.00, 0.92, 0.12. Web safe color of #8ee013 is #99cc00. Color #8ee013 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001110 11100000 00010011
Octal 216 340 23
Decimal 142 224 19
Hex 8E E0 13

RGB Percentages of Color #8ee013

%36.88
%58.18
%4.94

CMYK Percentages of Color #8ee013

%37
%0
%92
%12

Triadic Colors of #8ee013

#8ee013 #138ee0 #e0138e

Analogous Colors of #8ee013

#8ee013 #28e013 #e0cc13

Monochromatic Colors of #8ee013

#8ee013

Complementary Color

#8ee013 #6513e0

#8ee013 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ee013 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ee013 Color CSS Codes

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

#8ee013 Text Font Color

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

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


#8ee013 Background Color

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

This div background color is #8ee013


#8ee013 Border Color

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

This div border color is #8ee013


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(142,224,19, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8ee013; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8ee013;
  -webkit-box-shadow: 1px 1px 3px 2px #8ee013;
  box-shadow:         1px 1px 3px 2px #8ee013; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(142,224,19, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ee013


Comments

No comments written yet.

Please login to write comment.