Color Hex Logo

#5edb8f Color Hex

#5EDB8F
(94,219,143)
0 Favorites   0 Comments

Color spaces of #5edb8f

RGB 94219143
HSL0.400.630.61
HSV144°57°86°
CMYK 0.570.000.35   0.14
XYZ34.905555.025934.7679
Yxy55.02590.27990.4413
Hunter Lab74.1794-45.820024.1364
CIE-Lab79.0562-51.665527.1897

#5edb8f color RGB value is (94,219,143).

#5edb8f hex color red value is 94, green value is 219 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #5edb8f hue: 0.40 , saturation: 0.63 and the lightness value of 5edb8f is 0.61.

The process color (four color CMYK) of #5edb8f color hex is 0.57, 0.00, 0.35, 0.14. Web safe color of #5edb8f is #66cc99. Color #5edb8f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011110 11011011 10001111
Octal 136 333 217
Decimal 94 219 143
Hex 5E DB 8F

RGB Percentages of Color #5edb8f

%20.61
%48.03
%31.36

CMYK Percentages of Color #5edb8f

%57
%0
%35
%14

Triadic Colors of #5edb8f

#5edb8f #8f5edb #db8f5e

Analogous Colors of #5edb8f

#5edb8f #5edbce #6cdb5e

Monochromatic Colors of #5edb8f

#5edb8f

Complementary Color

#5edb8f #db5eaa

#5edb8f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5edb8f Color Preview on White Background

Lorem ipsum dolor sit amet.

#5edb8f Color CSS Codes

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

#5edb8f Text Font Color

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

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


#5edb8f Background Color

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

This div background color is #5edb8f


#5edb8f Border Color

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

This div border color is #5edb8f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5edb8f


Comments

No comments written yet.

Please login to write comment.