Color Hex Logo

#5ed712 Color Hex

#5ED712
(94,215,18)
0 Favorites   0 Comments

Color spaces of #5ed712

RGB 9421518
HSL0.270.850.46
HSV97°92°84°
CMYK 0.560.000.92   0.16
XYZ29.025751.02428.8911
Yxy51.02420.32630.5737
Hunter Lab71.4312-52.472142.6220
CIE-Lab76.6937-62.835273.0482

#5ed712 color RGB value is (94,215,18).

#5ed712 hex color red value is 94, green value is 215 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #5ed712 hue: 0.27 , saturation: 0.85 and the lightness value of 5ed712 is 0.46.

The process color (four color CMYK) of #5ed712 color hex is 0.56, 0.00, 0.92, 0.16. Web safe color of #5ed712 is #66cc00. Color #5ed712 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011110 11010111 00010010
Octal 136 327 22
Decimal 94 215 18
Hex 5E D7 12

RGB Percentages of Color #5ed712

%28.75
%65.75
%5.50

CMYK Percentages of Color #5ed712

%56
%0
%92
%16

Triadic Colors of #5ed712

#5ed712 #125ed7 #d7125e

Analogous Colors of #5ed712

#5ed712 #12d728 #c1d712

Monochromatic Colors of #5ed712

#5ed712

Complementary Color

#5ed712 #8b12d7

#5ed712 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ed712 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ed712 Color CSS Codes

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

#5ed712 Text Font Color

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

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


#5ed712 Background Color

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

This div background color is #5ed712


#5ed712 Border Color

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

This div border color is #5ed712


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ed712


Comments

No comments written yet.

Please login to write comment.