Color Hex Logo

#8eca95 Color Hex

#8ECA95
(142,202,149)
0 Favorites   0 Comments

Color spaces of #8eca95

RGB 142202149
HSL0.350.360.67
HSV127°30°79°
CMYK 0.300.000.26   0.21
XYZ37.700750.161836.1289
Yxy50.16180.30410.4046
Hunter Lab70.8250-28.926819.3328
CIE-Lab76.1685-29.905120.4499

#8eca95 color RGB value is (142,202,149).

#8eca95 hex color red value is 142, green value is 202 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #8eca95 hue: 0.35 , saturation: 0.36 and the lightness value of 8eca95 is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 10001110 11001010 10010101
Octal 216 312 225
Decimal 142 202 149
Hex 8E CA 95

RGB Percentages of Color #8eca95

%28.80
%40.97
%30.22

CMYK Percentages of Color #8eca95

%30
%0
%26
%21

Triadic Colors of #8eca95

#8eca95 #958eca #ca958e

Analogous Colors of #8eca95

#8eca95 #8ecab3 #a5ca8e

Monochromatic Colors of #8eca95

#8eca95

Complementary Color

#8eca95 #ca8ec3

#8eca95 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8eca95 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8eca95 Color CSS Codes

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

#8eca95 Text Font Color

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

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


#8eca95 Background Color

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

This div background color is #8eca95


#8eca95 Border Color

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

This div border color is #8eca95


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8eca95


Comments

No comments written yet.

Please login to write comment.