Color Hex Logo

#5ef44e Color Hex

#5EF44E
(94,244,78)
0 Favorites   0 Comments

Color spaces of #5ef44e

RGB 9424478
HSL0.320.880.63
HSV114°68°96°
CMYK 0.610.000.68   0.04
XYZ38.341967.631118.2410
Yxy67.63110.30870.5445
Hunter Lab82.2381-60.694644.4157
CIE-Lab85.8217-69.442665.3010

#5ef44e color RGB value is (94,244,78).

#5ef44e hex color red value is 94, green value is 244 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #5ef44e hue: 0.32 , saturation: 0.88 and the lightness value of 5ef44e is 0.63.

The process color (four color CMYK) of #5ef44e color hex is 0.61, 0.00, 0.68, 0.04. Web safe color of #5ef44e is #66ff66. Color #5ef44e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011110 11110100 01001110
Octal 136 364 116
Decimal 94 244 78
Hex 5E F4 4E

RGB Percentages of Color #5ef44e

%22.60
%58.65
%18.75

CMYK Percentages of Color #5ef44e

%61
%0
%68
%4

Triadic Colors of #5ef44e

#5ef44e #4e5ef4 #f44e5e

Analogous Colors of #5ef44e

#5ef44e #4ef491 #b1f44e

Monochromatic Colors of #5ef44e

#5ef44e

Complementary Color

#5ef44e #e44ef4

#5ef44e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ef44e Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ef44e Color CSS Codes

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

#5ef44e Text Font Color

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

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


#5ef44e Background Color

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

This div background color is #5ef44e


#5ef44e Border Color

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

This div border color is #5ef44e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ef44e


Comments

No comments written yet.

Please login to write comment.