Color Hex Logo

#8eefbc Color Hex

#8EEFBC
(142,239,188)
0 Favorites   0 Comments

Color spaces of #8eefbc

RGB 142239188
HSL0.410.750.75
HSV148°41°94°
CMYK 0.410.000.21   0.06
XYZ51.098971.114658.6103
Yxy71.11460.28260.3933
Hunter Lab84.3295-39.415717.8232
CIE-Lab87.5407-39.733115.8257

#8eefbc color RGB value is (142,239,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001110 11101111 10111100
Octal 216 357 274
Decimal 142 239 188
Hex 8E EF BC

RGB Percentages of Color #8eefbc

%24.96
%42.00
%33.04

CMYK Percentages of Color #8eefbc

%41
%0
%21
%6

Triadic Colors of #8eefbc

#8eefbc #bc8eef #efbc8e

Analogous Colors of #8eefbc

#8eefbc #8eefed #91ef8e

Monochromatic Colors of #8eefbc

#8eefbc

Complementary Color

#8eefbc #ef8ec1

#8eefbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8eefbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#8eefbc Color CSS Codes

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

#8eefbc Text Font Color

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

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


#8eefbc Background Color

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

This div background color is #8eefbc


#8eefbc Border Color

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

This div border color is #8eefbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8eefbc


Comments

No comments written yet.

Please login to write comment.