Color Hex Logo

#8ef88b Color Hex

#8EF88B
(142,248,139)
0 Favorites   0 Comments

Color spaces of #8ef88b

RGB 142248139
HSL0.330.890.76
HSV118°44°97°
CMYK 0.430.000.44   0.03
XYZ49.382974.749736.2515
Yxy74.74970.30790.4661
Hunter Lab86.4579-49.346035.6604
CIE-Lab89.2756-51.814342.8920

#8ef88b color RGB value is (142,248,139).

#8ef88b hex color red value is 142, green value is 248 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #8ef88b hue: 0.33 , saturation: 0.89 and the lightness value of 8ef88b is 0.76.

The process color (four color CMYK) of #8ef88b color hex is 0.43, 0.00, 0.44, 0.03. Web safe color of #8ef88b is #99ff99. Color #8ef88b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001110 11111000 10001011
Octal 216 370 213
Decimal 142 248 139
Hex 8E F8 8B

RGB Percentages of Color #8ef88b

%26.84
%46.88
%26.28

CMYK Percentages of Color #8ef88b

%43
%0
%44
%3

Triadic Colors of #8ef88b

#8ef88b #8b8ef8 #f88b8e

Analogous Colors of #8ef88b

#8ef88b #8bf8bf #c5f88b

Monochromatic Colors of #8ef88b

#8ef88b

Complementary Color

#8ef88b #f58bf8

#8ef88b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ef88b Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ef88b Color CSS Codes

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

#8ef88b Text Font Color

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

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


#8ef88b Background Color

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

This div background color is #8ef88b


#8ef88b Border Color

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

This div border color is #8ef88b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ef88b


Comments

No comments written yet.

Please login to write comment.