Color Hex Logo

#5fded9 Color Hex

#5FDED9
(95,222,217)
0 Favorites   0 Comments

Color spaces of #5fded9

RGB 95222217
HSL0.490.660.62
HSV178°57°87°
CMYK 0.570.000.02   0.13
XYZ43.365059.685274.8805
Yxy59.68520.24370.3354
Hunter Lab77.2562-35.0038-3.3874
CIE-Lab81.6668-36.0576-8.1448

#5fded9 color RGB value is (95,222,217).

#5fded9 hex color red value is 95, green value is 222 and the blue value of its RGB is 217. Cylindrical-coordinate representations (also known as HSL) of color #5fded9 hue: 0.49 , saturation: 0.66 and the lightness value of 5fded9 is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 01011111 11011110 11011001
Octal 137 336 331
Decimal 95 222 217
Hex 5F DE D9

RGB Percentages of Color #5fded9

%17.79
%41.57
%40.64

CMYK Percentages of Color #5fded9

%57
%0
%2
%13

Triadic Colors of #5fded9

#5fded9 #d95fde #ded95f

Analogous Colors of #5fded9

#5fded9 #5fa4de #5fde9a

Monochromatic Colors of #5fded9

#5fded9

Complementary Color

#5fded9 #de5f64

#5fded9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5fded9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5fded9 Color CSS Codes

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

#5fded9 Text Font Color

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

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


#5fded9 Background Color

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

This div background color is #5fded9


#5fded9 Border Color

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

This div border color is #5fded9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5fded9


Comments

No comments written yet.

Please login to write comment.