Color Hex Logo

#5fd89d Color Hex

#5FD89D
(95,216,157)
0 Favorites   0 Comments

Color spaces of #5fd89d

RGB 95216157
HSL0.420.610.61
HSV151°56°85°
CMYK 0.560.000.27   0.15
XYZ35.361053.979040.4536
Yxy53.97900.27240.4159
Hunter Lab73.4704-42.661918.7836
CIE-Lab78.4495-47.499619.0649

#5fd89d color RGB value is (95,216,157).

#5fd89d hex color red value is 95, green value is 216 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #5fd89d hue: 0.42 , saturation: 0.61 and the lightness value of 5fd89d is 0.61.

The process color (four color CMYK) of #5fd89d color hex is 0.56, 0.00, 0.27, 0.15. Web safe color of #5fd89d is #66cc99. Color #5fd89d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011111 11011000 10011101
Octal 137 330 235
Decimal 95 216 157
Hex 5F D8 9D

RGB Percentages of Color #5fd89d

%20.30
%46.15
%33.55

CMYK Percentages of Color #5fd89d

%56
%0
%27
%15

Triadic Colors of #5fd89d

#5fd89d #9d5fd8 #d89d5f

Analogous Colors of #5fd89d

#5fd89d #5fd7d8 #5fd861

Monochromatic Colors of #5fd89d

#5fd89d

Complementary Color

#5fd89d #d85f9a

#5fd89d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5fd89d Color Preview on White Background

Lorem ipsum dolor sit amet.

#5fd89d Color CSS Codes

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

#5fd89d Text Font Color

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

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


#5fd89d Background Color

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

This div background color is #5fd89d


#5fd89d Border Color

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

This div border color is #5fd89d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(95,216,157, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5fd89d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5fd89d;
  -webkit-box-shadow: 1px 1px 3px 2px #5fd89d;
  box-shadow:         1px 1px 3px 2px #5fd89d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(95,216,157, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5fd89d


Comments

No comments written yet.

Please login to write comment.