Color Hex Logo

#8eefbe Color Hex

#8EEFBE
(142,239,190)
0 Favorites   0 Comments

Color spaces of #8eefbe

RGB 142239190
HSL0.420.750.75
HSV150°41°94°
CMYK 0.410.000.21   0.06
XYZ51.316171.201559.7538
Yxy71.20150.28150.3906
Hunter Lab84.3810-39.112417.0809
CIE-Lab87.5828-39.339514.8472

#8eefbe color RGB value is (142,239,190).

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

The process color (four color CMYK) of #8eefbe color hex is 0.41, 0.00, 0.21, 0.06. Web safe color of #8eefbe is #99ffcc. Color #8eefbe contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001110 11101111 10111110
Octal 216 357 276
Decimal 142 239 190
Hex 8E EF BE

RGB Percentages of Color #8eefbe

%24.87
%41.86
%33.27

CMYK Percentages of Color #8eefbe

%41
%0
%21
%6

Triadic Colors of #8eefbe

#8eefbe #be8eef #efbe8e

Analogous Colors of #8eefbe

#8eefbe #8eefef #8fef8e

Monochromatic Colors of #8eefbe

#8eefbe

Complementary Color

#8eefbe #ef8ebf

#8eefbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8eefbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#8eefbe Color CSS Codes

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

#8eefbe Text Font Color

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

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


#8eefbe Background Color

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

This div background color is #8eefbe


#8eefbe Border Color

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

This div border color is #8eefbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8eefbe


Comments

No comments written yet.

Please login to write comment.