Color Hex Logo

#8ec32e Color Hex

#8EC32E
(142,195,46)
0 Favorites   0 Comments

Color spaces of #8ec32e

RGB 14219546
HSL0.230.620.47
HSV81°76°76°
CMYK 0.270.000.76   0.24
XYZ31.163644.97839.6239
Yxy44.97830.36340.5244
Hunter Lab67.0659-34.421438.4380
CIE-Lab72.8776-38.315064.1476

#8ec32e color RGB value is (142,195,46).

#8ec32e hex color red value is 142, green value is 195 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #8ec32e hue: 0.23 , saturation: 0.62 and the lightness value of 8ec32e is 0.47.

The process color (four color CMYK) of #8ec32e color hex is 0.27, 0.00, 0.76, 0.24. Web safe color of #8ec32e is #99cc33. Color #8ec32e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001110 11000011 00101110
Octal 216 303 56
Decimal 142 195 46
Hex 8E C3 2E

RGB Percentages of Color #8ec32e

%37.08
%50.91
%12.01

CMYK Percentages of Color #8ec32e

%27
%0
%76
%24

Triadic Colors of #8ec32e

#8ec32e #2e8ec3 #c32e8e

Analogous Colors of #8ec32e

#8ec32e #44c32e #c3ae2e

Monochromatic Colors of #8ec32e

#8ec32e

Complementary Color

#8ec32e #632ec3

#8ec32e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ec32e Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ec32e Color CSS Codes

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

#8ec32e Text Font Color

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

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


#8ec32e Background Color

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

This div background color is #8ec32e


#8ec32e Border Color

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

This div border color is #8ec32e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ec32e


Comments

No comments written yet.

Please login to write comment.