Color Hex Logo

#5ef58a Color Hex

#5EF58A
(94,245,138)
0 Favorites   0 Comments

Color spaces of #5ef58a

RGB 94245138
HSL0.380.880.66
HSV137°62°96°
CMYK 0.620.000.44   0.04
XYZ41.855969.519535.2573
Yxy69.51950.28540.4741
Hunter Lab83.3784-56.305233.2935
CIE-Lab86.7607-62.531939.8348

#5ef58a color RGB value is (94,245,138).

#5ef58a hex color red value is 94, green value is 245 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #5ef58a hue: 0.38 , saturation: 0.88 and the lightness value of 5ef58a is 0.66.

The process color (four color CMYK) of #5ef58a color hex is 0.62, 0.00, 0.44, 0.04. Web safe color of #5ef58a is #66ff99. Color #5ef58a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011110 11110101 10001010
Octal 136 365 212
Decimal 94 245 138
Hex 5E F5 8A

RGB Percentages of Color #5ef58a

%19.71
%51.36
%28.93

CMYK Percentages of Color #5ef58a

%62
%0
%44
%4

Triadic Colors of #5ef58a

#5ef58a #8a5ef5 #f58a5e

Analogous Colors of #5ef58a

#5ef58a #5ef5d6 #7ef55e

Monochromatic Colors of #5ef58a

#5ef58a

Complementary Color

#5ef58a #f55ec9

#5ef58a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ef58a Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ef58a Color CSS Codes

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

#5ef58a Text Font Color

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

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


#5ef58a Background Color

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

This div background color is #5ef58a


#5ef58a Border Color

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

This div border color is #5ef58a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ef58a


Comments

No comments written yet.

Please login to write comment.