Color Hex Logo

#5ed12c Color Hex

#5ED12C
(94,209,44)
0 Favorites   0 Comments

Color spaces of #5ed12c

RGB 9420944
HSL0.280.650.50
HSV102°79°82°
CMYK 0.550.000.79   0.18
XYZ27.871248.162510.2102
Yxy48.16250.32320.5584
Hunter Lab69.3992-49.761839.8565
CIE-Lab74.9273-59.746365.9080

#5ed12c color RGB value is (94,209,44).

#5ed12c hex color red value is 94, green value is 209 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #5ed12c hue: 0.28 , saturation: 0.65 and the lightness value of 5ed12c is 0.50.

The process color (four color CMYK) of #5ed12c color hex is 0.55, 0.00, 0.79, 0.18. Web safe color of #5ed12c is #66cc33. Color #5ed12c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011110 11010001 00101100
Octal 136 321 54
Decimal 94 209 44
Hex 5E D1 2C

RGB Percentages of Color #5ed12c

%27.09
%60.23
%12.68

CMYK Percentages of Color #5ed12c

%55
%0
%79
%18

Triadic Colors of #5ed12c

#5ed12c #2c5ed1 #d12c5e

Analogous Colors of #5ed12c

#5ed12c #2cd14d #b1d12c

Monochromatic Colors of #5ed12c

#5ed12c

Complementary Color

#5ed12c #9f2cd1

#5ed12c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ed12c Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ed12c Color CSS Codes

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

#5ed12c Text Font Color

<p style="color:#5ed12c">Text here</p>

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


#5ed12c Background Color

<div style="background-color:#5ed12c">
Div content here</div>

This div background color is #5ed12c


#5ed12c Border Color

<div style="border:3px solid #5ed12c">
Div here</div>

This div border color is #5ed12c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(94,209,44, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5ed12c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5ed12c;
  -webkit-box-shadow: 1px 1px 3px 2px #5ed12c;
  box-shadow:         1px 1px 3px 2px #5ed12c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(94,209,44, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ed12c


Comments

No comments written yet.

Please login to write comment.