Color Hex Logo

#5fdf9f Color Hex

#5FDF9F
(95,223,159)
0 Favorites   0 Comments

Color spaces of #5fdf9f

RGB 95223159
HSL0.420.670.62
HSV150°57°87°
CMYK 0.570.000.29   0.13
XYZ37.365057.711541.9710
Yxy57.71150.27260.4211
Hunter Lab75.9681-45.148720.4210
CIE-Lab80.5781-50.005920.9593

#5fdf9f color RGB value is (95,223,159).

#5fdf9f hex color red value is 95, green value is 223 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #5fdf9f hue: 0.42 , saturation: 0.67 and the lightness value of 5fdf9f is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 01011111 11011111 10011111
Octal 137 337 237
Decimal 95 223 159
Hex 5F DF 9F

RGB Percentages of Color #5fdf9f

%19.92
%46.75
%33.33

CMYK Percentages of Color #5fdf9f

%57
%0
%29
%13

Triadic Colors of #5fdf9f

#5fdf9f #9f5fdf #df9f5f

Analogous Colors of #5fdf9f

#5fdf9f #5fdfdf #5fdf5f

Monochromatic Colors of #5fdf9f

#5fdf9f

Complementary Color

#5fdf9f #df5f9f

#5fdf9f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5fdf9f Color Preview on White Background

Lorem ipsum dolor sit amet.

#5fdf9f Color CSS Codes

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

#5fdf9f Text Font Color

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

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


#5fdf9f Background Color

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

This div background color is #5fdf9f


#5fdf9f Border Color

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

This div border color is #5fdf9f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5fdf9f


Comments

No comments written yet.

Please login to write comment.