Color Hex Logo

#8ed53c Color Hex

#8ED53C
(142,213,60)
0 Favorites   0 Comments

Color spaces of #8ed53c

RGB 14221360
HSL0.240.650.54
HSV88°72°84°
CMYK 0.330.000.72   0.16
XYZ35.765253.665512.7484
Yxy53.66550.35000.5252
Hunter Lab73.2567-41.052540.9619
CIE-Lab78.2663-45.344964.6854

#8ed53c color RGB value is (142,213,60).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001110 11010101 00111100
Octal 216 325 74
Decimal 142 213 60
Hex 8E D5 3C

RGB Percentages of Color #8ed53c

%34.22
%51.33
%14.46

CMYK Percentages of Color #8ed53c

%33
%0
%72
%16

Triadic Colors of #8ed53c

#8ed53c #3c8ed5 #d53c8e

Analogous Colors of #8ed53c

#8ed53c #41d53c #d5d03c

Monochromatic Colors of #8ed53c

#8ed53c

Complementary Color

#8ed53c #833cd5

#8ed53c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ed53c Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ed53c Color CSS Codes

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

#8ed53c Text Font Color

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

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


#8ed53c Background Color

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

This div background color is #8ed53c


#8ed53c Border Color

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

This div border color is #8ed53c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ed53c


Comments

No comments written yet.

Please login to write comment.