Color Hex Logo

#8ef796 Color Hex

#8EF796
(142,247,150)
0 Favorites   0 Comments

Color spaces of #8ef796

RGB 142247150
HSL0.350.870.76
HSV125°43°97°
CMYK 0.430.000.39   0.03
XYZ49.921174.474340.5980
Yxy74.47430.30260.4514
Hunter Lab86.2985-47.765432.5167
CIE-Lab89.1462-49.801437.3366

#8ef796 color RGB value is (142,247,150).

#8ef796 hex color red value is 142, green value is 247 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #8ef796 hue: 0.35 , saturation: 0.87 and the lightness value of 8ef796 is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 10001110 11110111 10010110
Octal 216 367 226
Decimal 142 247 150
Hex 8E F7 96

RGB Percentages of Color #8ef796

%26.35
%45.83
%27.83

CMYK Percentages of Color #8ef796

%43
%0
%39
%3

Triadic Colors of #8ef796

#8ef796 #968ef7 #f7968e

Analogous Colors of #8ef796

#8ef796 #8ef7cb #bbf78e

Monochromatic Colors of #8ef796

#8ef796

Complementary Color

#8ef796 #f78eef

#8ef796 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ef796 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ef796 Color CSS Codes

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

#8ef796 Text Font Color

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

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


#8ef796 Background Color

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

This div background color is #8ef796


#8ef796 Border Color

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

This div border color is #8ef796


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ef796


Comments

No comments written yet.

Please login to write comment.