Color Hex Logo

#8ed33e Color Hex

#8ED33E
(142,211,62)
0 Favorites   0 Comments

Color spaces of #8ed33e

RGB 14221162
HSL0.240.630.54
HSV88°71°83°
CMYK 0.330.000.71   0.17
XYZ35.319152.687112.8655
Yxy52.68710.35010.5223
Hunter Lab72.5859-40.170140.3012
CIE-Lab77.6899-44.367663.3929

#8ed33e color RGB value is (142,211,62).

#8ed33e hex color red value is 142, green value is 211 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #8ed33e hue: 0.24 , saturation: 0.63 and the lightness value of 8ed33e is 0.54.

The process color (four color CMYK) of #8ed33e color hex is 0.33, 0.00, 0.71, 0.17. Web safe color of #8ed33e is #99cc33. Color #8ed33e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001110 11010011 00111110
Octal 216 323 76
Decimal 142 211 62
Hex 8E D3 3E

RGB Percentages of Color #8ed33e

%34.22
%50.84
%14.94

CMYK Percentages of Color #8ed33e

%33
%0
%71
%17

Triadic Colors of #8ed33e

#8ed33e #3e8ed3 #d33e8e

Analogous Colors of #8ed33e

#8ed33e #44d33e #d3ce3e

Monochromatic Colors of #8ed33e

#8ed33e

Complementary Color

#8ed33e #833ed3

#8ed33e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ed33e Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ed33e Color CSS Codes

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

#8ed33e Text Font Color

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

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


#8ed33e Background Color

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

This div background color is #8ed33e


#8ed33e Border Color

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

This div border color is #8ed33e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ed33e


Comments

No comments written yet.

Please login to write comment.