Color Hex Logo

#5ef99f Color Hex

#5EF99F
(94,249,159)
0 Favorites   0 Comments

Color spaces of #5ef99f

RGB 94249159
HSL0.400.930.67
HSV145°62°98°
CMYK 0.620.000.36   0.02
XYZ44.749872.634344.4621
Yxy72.63430.27650.4488
Hunter Lab85.2258-55.419428.7266
CIE-Lab88.2730-60.478331.4018

#5ef99f color RGB value is (94,249,159).

#5ef99f hex color red value is 94, green value is 249 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #5ef99f hue: 0.40 , saturation: 0.93 and the lightness value of 5ef99f is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 01011110 11111001 10011111
Octal 136 371 237
Decimal 94 249 159
Hex 5E F9 9F

RGB Percentages of Color #5ef99f

%18.73
%49.60
%31.67

CMYK Percentages of Color #5ef99f

%62
%0
%36
%2

Triadic Colors of #5ef99f

#5ef99f #9f5ef9 #f99f5e

Analogous Colors of #5ef99f

#5ef99f #5ef9ed #6bf95e

Monochromatic Colors of #5ef99f

#5ef99f

Complementary Color

#5ef99f #f95eb8

#5ef99f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ef99f Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ef99f Color CSS Codes

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

#5ef99f Text Font Color

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

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


#5ef99f Background Color

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

This div background color is #5ef99f


#5ef99f Border Color

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

This div border color is #5ef99f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ef99f


Comments

No comments written yet.

Please login to write comment.