Color Hex Logo

#8ec497 Color Hex

#8EC497
(142,196,151)
0 Favorites   0 Comments

Color spaces of #8ec497

RGB 142196151
HSL0.360.310.66
HSV130°28°77°
CMYK 0.280.000.23   0.23
XYZ36.481247.465036.5171
Yxy47.46500.30280.3940
Hunter Lab68.8948-26.046716.8003
CIE-Lab74.4862-26.658717.0553

#8ec497 color RGB value is (142,196,151).

#8ec497 hex color red value is 142, green value is 196 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #8ec497 hue: 0.36 , saturation: 0.31 and the lightness value of 8ec497 is 0.66.

The process color (four color CMYK) of #8ec497 color hex is 0.28, 0.00, 0.23, 0.23. Web safe color of #8ec497 is #99cc99. Color #8ec497 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001110 11000100 10010111
Octal 216 304 227
Decimal 142 196 151
Hex 8E C4 97

RGB Percentages of Color #8ec497

%29.04
%40.08
%30.88

CMYK Percentages of Color #8ec497

%28
%0
%23
%23

Triadic Colors of #8ec497

#8ec497 #978ec4 #c4978e

Analogous Colors of #8ec497

#8ec497 #8ec4b2 #a0c48e

Monochromatic Colors of #8ec497

#8ec497

Complementary Color

#8ec497 #c48ebb

#8ec497 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ec497 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ec497 Color CSS Codes

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

#8ec497 Text Font Color

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

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


#8ec497 Background Color

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

This div background color is #8ec497


#8ec497 Border Color

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

This div border color is #8ec497


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ec497


Comments

No comments written yet.

Please login to write comment.