Color Hex Logo

#5ed1df Color Hex

#5ED1DF
(94,209,223)
0 Favorites   0 Comments

Color spaces of #5ed1df

RGB 94209223
HSL0.520.670.62
HSV187°58°87°
CMYK 0.580.060.00   0.13
XYZ40.735853.308377.9546
Yxy53.30830.23680.3099
Hunter Lab73.0125-28.1816-12.1944
CIE-Lab78.0567-28.4387-16.7526

#5ed1df color RGB value is (94,209,223).

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

The process color (four color CMYK) of #5ed1df color hex is 0.58, 0.06, 0.00, 0.13. Web safe color of #5ed1df is #66cccc. Color #5ed1df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011110 11010001 11011111
Octal 136 321 337
Decimal 94 209 223
Hex 5E D1 DF

RGB Percentages of Color #5ed1df

%17.87
%39.73
%42.40

CMYK Percentages of Color #5ed1df

%58
%6
%0
%13

Triadic Colors of #5ed1df

#5ed1df #df5ed1 #d1df5e

Analogous Colors of #5ed1df

#5ed1df #5e91df #5edfad

Monochromatic Colors of #5ed1df

#5ed1df

Complementary Color

#5ed1df #df6c5e

#5ed1df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ed1df Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ed1df Color CSS Codes

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

#5ed1df Text Font Color

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

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


#5ed1df Background Color

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

This div background color is #5ed1df


#5ed1df Border Color

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

This div border color is #5ed1df


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(94,209,223, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ed1df


Comments

No comments written yet.

Please login to write comment.