Color Hex Logo

#8ee370 Color Hex

#8EE370
(142,227,112)
0 Favorites   0 Comments

Color spaces of #8ee370

RGB 142227112
HSL0.290.670.66
HSV104°51°89°
CMYK 0.370.000.51   0.11
XYZ41.549061.858825.0793
Yxy61.85880.32340.4814
Hunter Lab78.6504-43.341136.1494
CIE-Lab82.8383-46.557147.8133

#8ee370 color RGB value is (142,227,112).

#8ee370 hex color red value is 142, green value is 227 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #8ee370 hue: 0.29 , saturation: 0.67 and the lightness value of 8ee370 is 0.66.

The process color (four color CMYK) of #8ee370 color hex is 0.37, 0.00, 0.51, 0.11. Web safe color of #8ee370 is #99cc66. Color #8ee370 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001110 11100011 01110000
Octal 216 343 160
Decimal 142 227 112
Hex 8E E3 70

RGB Percentages of Color #8ee370

%29.52
%47.19
%23.28

CMYK Percentages of Color #8ee370

%37
%0
%51
%11

Triadic Colors of #8ee370

#8ee370 #708ee3 #e3708e

Analogous Colors of #8ee370

#8ee370 #70e38c #c8e370

Monochromatic Colors of #8ee370

#8ee370

Complementary Color

#8ee370 #c570e3

#8ee370 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ee370 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ee370 Color CSS Codes

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

#8ee370 Text Font Color

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

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


#8ee370 Background Color

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

This div background color is #8ee370


#8ee370 Border Color

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

This div border color is #8ee370


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ee370


Comments

No comments written yet.

Please login to write comment.