Color Hex Logo

#8ec044 Color Hex

#8EC044
(142,192,68)
0 Favorites   0 Comments

Color spaces of #8ec044

RGB 14219268
HSL0.230.500.51
HSV84°65°75°
CMYK 0.260.000.65   0.25
XYZ31.048443.867412.2997
Yxy43.86740.35600.5030
Hunter Lab66.2325-32.229735.3523
CIE-Lab72.1398-35.560055.2841

#8ec044 color RGB value is (142,192,68).

#8ec044 hex color red value is 142, green value is 192 and the blue value of its RGB is 68. Cylindrical-coordinate representations (also known as HSL) of color #8ec044 hue: 0.23 , saturation: 0.50 and the lightness value of 8ec044 is 0.51.

The process color (four color CMYK) of #8ec044 color hex is 0.26, 0.00, 0.65, 0.25. Web safe color of #8ec044 is #99cc33. Color #8ec044 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001110 11000000 01000100
Octal 216 300 104
Decimal 142 192 68
Hex 8E C0 44

RGB Percentages of Color #8ec044

%35.32
%47.76
%16.92

CMYK Percentages of Color #8ec044

%26
%0
%65
%25

Triadic Colors of #8ec044

#8ec044 #448ec0 #c0448e

Analogous Colors of #8ec044

#8ec044 #50c044 #c0b444

Monochromatic Colors of #8ec044

#8ec044

Complementary Color

#8ec044 #7644c0

#8ec044 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ec044 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ec044 Color CSS Codes

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

#8ec044 Text Font Color

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

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


#8ec044 Background Color

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

This div background color is #8ec044


#8ec044 Border Color

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

This div border color is #8ec044


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ec044


Comments

No comments written yet.

Please login to write comment.