Color Hex Logo

#5fd88c Color Hex

#5FD88C
(95,216,140)
0 Favorites   0 Comments

Color spaces of #5fd88c

RGB 95216140
HSL0.400.610.61
HSV142°56°85°
CMYK 0.560.000.35   0.15
XYZ34.008853.438133.3331
Yxy53.43810.28160.4424
Hunter Lab73.1014-44.884224.1356
CIE-Lab78.1329-50.778727.5048

#5fd88c color RGB value is (95,216,140).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011111 11011000 10001100
Octal 137 330 214
Decimal 95 216 140
Hex 5F D8 8C

RGB Percentages of Color #5fd88c

%21.06
%47.89
%31.04

CMYK Percentages of Color #5fd88c

%56
%0
%35
%15

Triadic Colors of #5fd88c

#5fd88c #8c5fd8 #d88c5f

Analogous Colors of #5fd88c

#5fd88c #5fd8c9 #6fd85f

Monochromatic Colors of #5fd88c

#5fd88c

Complementary Color

#5fd88c #d85fab

#5fd88c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5fd88c Color Preview on White Background

Lorem ipsum dolor sit amet.

#5fd88c Color CSS Codes

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

#5fd88c Text Font Color

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

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


#5fd88c Background Color

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

This div background color is #5fd88c


#5fd88c Border Color

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

This div border color is #5fd88c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5fd88c


Comments

No comments written yet.

Please login to write comment.