Color Hex Logo

#8ed344 Color Hex

#8ED344
(142,211,68)
0 Favorites   0 Comments

Color spaces of #8ed344

RGB 14221168
HSL0.250.620.55
HSV89°68°83°
CMYK 0.330.000.68   0.17
XYZ35.493052.756713.7812
Yxy52.75670.34790.5171
Hunter Lab72.6338-39.883939.5943
CIE-Lab77.7311-43.956461.1888

#8ed344 color RGB value is (142,211,68).

#8ed344 hex color red value is 142, green value is 211 and the blue value of its RGB is 68. Cylindrical-coordinate representations (also known as HSL) of color #8ed344 hue: 0.25 , saturation: 0.62 and the lightness value of 8ed344 is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 10001110 11010011 01000100
Octal 216 323 104
Decimal 142 211 68
Hex 8E D3 44

RGB Percentages of Color #8ed344

%33.73
%50.12
%16.15

CMYK Percentages of Color #8ed344

%33
%0
%68
%17

Triadic Colors of #8ed344

#8ed344 #448ed3 #d3448e

Analogous Colors of #8ed344

#8ed344 #47d344 #d3d144

Monochromatic Colors of #8ed344

#8ed344

Complementary Color

#8ed344 #8944d3

#8ed344 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ed344 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ed344 Color CSS Codes

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

#8ed344 Text Font Color

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

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


#8ed344 Background Color

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

This div background color is #8ed344


#8ed344 Border Color

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

This div border color is #8ed344


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ed344


Comments

No comments written yet.

Please login to write comment.