Color Hex Logo

#5ed0df Color Hex

#5ED0DF
(94,208,223)
0 Favorites   0 Comments

Color spaces of #5ed0df

RGB 94208223
HSL0.520.670.62
HSV187°58°87°
CMYK 0.580.070.00   0.13
XYZ40.491352.819177.8730
Yxy52.81910.23650.3086
Hunter Lab72.6768-27.7344-12.6554
CIE-Lab77.7681-27.9505-17.1878

#5ed0df color RGB value is (94,208,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011110 11010000 11011111
Octal 136 320 337
Decimal 94 208 223
Hex 5E D0 DF

RGB Percentages of Color #5ed0df

%17.90
%39.62
%42.48

CMYK Percentages of Color #5ed0df

%58
%7
%0
%13

Triadic Colors of #5ed0df

#5ed0df #df5ed0 #d0df5e

Analogous Colors of #5ed0df

#5ed0df #5e90df #5edfae

Monochromatic Colors of #5ed0df

#5ed0df

Complementary Color

#5ed0df #df6d5e

#5ed0df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ed0df Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ed0df Color CSS Codes

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

#5ed0df Text Font Color

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

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


#5ed0df Background Color

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

This div background color is #5ed0df


#5ed0df Border Color

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

This div border color is #5ed0df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ed0df


Comments

No comments written yet.

Please login to write comment.