Color Hex Logo

#8eee94 Color Hex

#8EEE94
(142,238,148)
0 Favorites   0 Comments

Color spaces of #8eee94

RGB 142238148
HSL0.340.740.75
HSV124°40°93°
CMYK 0.400.000.38   0.07
XYZ47.075269.038038.8615
Yxy69.03800.30380.4455
Hunter Lab83.0891-44.274530.4319
CIE-Lab86.5229-46.310434.8960

#8eee94 color RGB value is (142,238,148).

#8eee94 hex color red value is 142, green value is 238 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #8eee94 hue: 0.34 , saturation: 0.74 and the lightness value of 8eee94 is 0.75.

The process color (four color CMYK) of #8eee94 color hex is 0.40, 0.00, 0.38, 0.07. Web safe color of #8eee94 is #99ff99. Color #8eee94 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001110 11101110 10010100
Octal 216 356 224
Decimal 142 238 148
Hex 8E EE 94

RGB Percentages of Color #8eee94

%26.89
%45.08
%28.03

CMYK Percentages of Color #8eee94

%40
%0
%38
%7

Triadic Colors of #8eee94

#8eee94 #948eee #ee948e

Analogous Colors of #8eee94

#8eee94 #8eeec4 #b8ee8e

Monochromatic Colors of #8eee94

#8eee94

Complementary Color

#8eee94 #ee8ee8

#8eee94 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8eee94 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8eee94 Color CSS Codes

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

#8eee94 Text Font Color

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

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


#8eee94 Background Color

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

This div background color is #8eee94


#8eee94 Border Color

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

This div border color is #8eee94


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8eee94


Comments

No comments written yet.

Please login to write comment.