Color Hex Logo

#8ecc94 Color Hex

#8ECC94
(142,204,148)
0 Favorites   0 Comments

Color spaces of #8ecc94

RGB 142204148
HSL0.350.380.68
HSV126°30°80°
CMYK 0.300.000.27   0.20
XYZ38.093551.074635.8676
Yxy51.07460.30470.4085
Hunter Lab71.4665-29.921220.2701
CIE-Lab76.7242-31.028921.7426

#8ecc94 color RGB value is (142,204,148).

#8ecc94 hex color red value is 142, green value is 204 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #8ecc94 hue: 0.35 , saturation: 0.38 and the lightness value of 8ecc94 is 0.68.

The process color (four color CMYK) of #8ecc94 color hex is 0.30, 0.00, 0.27, 0.20. Web safe color of #8ecc94 is #99cc99. Color #8ecc94 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001110 11001100 10010100
Octal 216 314 224
Decimal 142 204 148
Hex 8E CC 94

RGB Percentages of Color #8ecc94

%28.74
%41.30
%29.96

CMYK Percentages of Color #8ecc94

%30
%0
%27
%20

Triadic Colors of #8ecc94

#8ecc94 #948ecc #cc948e

Analogous Colors of #8ecc94

#8ecc94 #8eccb3 #a7cc8e

Monochromatic Colors of #8ecc94

#8ecc94

Complementary Color

#8ecc94 #cc8ec6

#8ecc94 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ecc94 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ecc94 Color CSS Codes

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

#8ecc94 Text Font Color

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

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


#8ecc94 Background Color

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

This div background color is #8ecc94


#8ecc94 Border Color

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

This div border color is #8ecc94


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(142,204,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 #8ecc94">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ecc94


Comments

No comments written yet.

Please login to write comment.