Color Hex Logo

#5fdedb Color Hex

#5FDEDB
(95,222,219)
0 Favorites   0 Comments

Color spaces of #5fdedb

RGB 95222219
HSL0.500.660.62
HSV179°57°87°
CMYK 0.570.000.01   0.13
XYZ43.626859.789976.2591
Yxy59.78990.24280.3328
Hunter Lab77.3239-34.6057-4.3468
CIE-Lab81.7239-35.5306-9.1232

#5fdedb color RGB value is (95,222,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011111 11011110 11011011
Octal 137 336 333
Decimal 95 222 219
Hex 5F DE DB

RGB Percentages of Color #5fdedb

%17.72
%41.42
%40.86

CMYK Percentages of Color #5fdedb

%57
%0
%1
%13

Triadic Colors of #5fdedb

#5fdedb #db5fde #dedb5f

Analogous Colors of #5fdedb

#5fdedb #5fa2de #5fde9c

Monochromatic Colors of #5fdedb

#5fdedb

Complementary Color

#5fdedb #de5f62

#5fdedb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5fdedb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5fdedb Color CSS Codes

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

#5fdedb Text Font Color

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

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


#5fdedb Background Color

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

This div background color is #5fdedb


#5fdedb Border Color

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

This div border color is #5fdedb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5fdedb


Comments

No comments written yet.

Please login to write comment.