Color Hex Logo

#5efa9f Color Hex

#5EFA9F
(94,250,159)
0 Favorites   0 Comments

Color spaces of #5efa9f

RGB 94250159
HSL0.400.940.67
HSV145°62°98°
CMYK 0.620.000.36   0.02
XYZ45.059773.254144.5655
Yxy73.25410.27660.4497
Hunter Lab85.5886-55.805529.0401
CIE-Lab88.5688-60.857331.7967

#5efa9f color RGB value is (94,250,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011110 11111010 10011111
Octal 136 372 237
Decimal 94 250 159
Hex 5E FA 9F

RGB Percentages of Color #5efa9f

%18.69
%49.70
%31.61

CMYK Percentages of Color #5efa9f

%62
%0
%36
%2

Triadic Colors of #5efa9f

#5efa9f #9f5efa #fa9f5e

Analogous Colors of #5efa9f

#5efa9f #5efaed #6bfa5e

Monochromatic Colors of #5efa9f

#5efa9f

Complementary Color

#5efa9f #fa5eb9

#5efa9f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5efa9f Color Preview on White Background

Lorem ipsum dolor sit amet.

#5efa9f Color CSS Codes

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

#5efa9f Text Font Color

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

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


#5efa9f Background Color

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

This div background color is #5efa9f


#5efa9f Border Color

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

This div border color is #5efa9f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(94,250,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 #5efa9f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5efa9f


Comments

No comments written yet.

Please login to write comment.