Color Hex Logo

#8eefc0 Color Hex

#8EEFC0
(142,239,192)
0 Favorites   0 Comments

Color spaces of #8eefc0

RGB 142239192
HSL0.420.750.75
HSV151°41°94°
CMYK 0.410.000.20   0.06
XYZ51.536371.289660.9132
Yxy71.28960.28050.3880
Hunter Lab84.4332-38.805316.3292
CIE-Lab87.6255-38.942113.8685

#8eefc0 color RGB value is (142,239,192).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001110 11101111 11000000
Octal 216 357 300
Decimal 142 239 192
Hex 8E EF C0

RGB Percentages of Color #8eefc0

%24.78
%41.71
%33.51

CMYK Percentages of Color #8eefc0

%41
%0
%20
%6

Triadic Colors of #8eefc0

#8eefc0 #c08eef #efc08e

Analogous Colors of #8eefc0

#8eefc0 #8eeeef #8eef90

Monochromatic Colors of #8eefc0

#8eefc0

Complementary Color

#8eefc0 #ef8ebd

#8eefc0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8eefc0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8eefc0 Color CSS Codes

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

#8eefc0 Text Font Color

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

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


#8eefc0 Background Color

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

This div background color is #8eefc0


#8eefc0 Border Color

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

This div border color is #8eefc0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8eefc0


Comments

No comments written yet.

Please login to write comment.