Color Hex Logo

#8ef18e Color Hex

#8EF18E
(142,241,142)
0 Favorites   0 Comments

Color spaces of #8ef18e

RGB 142241142
HSL0.330.780.75
HSV120°41°95°
CMYK 0.410.000.41   0.05
XYZ47.493170.614436.7180
Yxy70.61440.30680.4561
Hunter Lab84.0324-46.172732.9159
CIE-Lab87.2973-48.481538.8891

#8ef18e color RGB value is (142,241,142).

#8ef18e hex color red value is 142, green value is 241 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #8ef18e hue: 0.33 , saturation: 0.78 and the lightness value of 8ef18e is 0.75.

The process color (four color CMYK) of #8ef18e color hex is 0.41, 0.00, 0.41, 0.05. Web safe color of #8ef18e is #99ff99. Color #8ef18e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001110 11110001 10001110
Octal 216 361 216
Decimal 142 241 142
Hex 8E F1 8E

RGB Percentages of Color #8ef18e

%27.05
%45.90
%27.05

CMYK Percentages of Color #8ef18e

%41
%0
%41
%5

Triadic Colors of #8ef18e

#8ef18e #8e8ef1 #f18e8e

Analogous Colors of #8ef18e

#8ef18e #8ef1c0 #c0f18e

Monochromatic Colors of #8ef18e

#8ef18e

Complementary Color

#8ef18e #f18ef1

#8ef18e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ef18e Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ef18e Color CSS Codes

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

#8ef18e Text Font Color

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

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


#8ef18e Background Color

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

This div background color is #8ef18e


#8ef18e Border Color

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

This div border color is #8ef18e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ef18e


Comments

No comments written yet.

Please login to write comment.