Color Hex Logo

#8ec594 Color Hex

#8EC594
(142,197,148)
0 Favorites   0 Comments

Color spaces of #8ec594

RGB 142197148
HSL0.350.320.66
HSV127°28°77°
CMYK 0.280.000.25   0.23
XYZ36.466947.821435.3254
Yxy47.82140.30490.3998
Hunter Lab69.1530-26.888218.1200
CIE-Lab74.7121-27.679918.9732

#8ec594 color RGB value is (142,197,148).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001110 11000101 10010100
Octal 216 305 224
Decimal 142 197 148
Hex 8E C5 94

RGB Percentages of Color #8ec594

%29.16
%40.45
%30.39

CMYK Percentages of Color #8ec594

%28
%0
%25
%23

Triadic Colors of #8ec594

#8ec594 #948ec5 #c5948e

Analogous Colors of #8ec594

#8ec594 #8ec5b0 #a4c58e

Monochromatic Colors of #8ec594

#8ec594

Complementary Color

#8ec594 #c58ebf

#8ec594 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ec594 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ec594 Color CSS Codes

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

#8ec594 Text Font Color

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

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


#8ec594 Background Color

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

This div background color is #8ec594


#8ec594 Border Color

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

This div border color is #8ec594


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ec594

#8ec594 Color Palettes


Comments

No comments written yet.

Please login to write comment.