Color Hex Logo

#5ed3dc Color Hex

#5ED3DC
(94,211,220)
0 Favorites   0 Comments

Color spaces of #5ed3dc

RGB 94211220
HSL0.510.640.62
HSV184°57°86°
CMYK 0.570.040.00   0.14
XYZ40.828654.135576.0075
Yxy54.13550.23880.3166
Hunter Lab73.5768-29.7078-9.7449
CIE-Lab78.5407-30.2389-14.4159

#5ed3dc color RGB value is (94,211,220).

#5ed3dc hex color red value is 94, green value is 211 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #5ed3dc hue: 0.51 , saturation: 0.64 and the lightness value of 5ed3dc is 0.62.

The process color (four color CMYK) of #5ed3dc color hex is 0.57, 0.04, 0.00, 0.14. Web safe color of #5ed3dc is #66cccc. Color #5ed3dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011110 11010011 11011100
Octal 136 323 334
Decimal 94 211 220
Hex 5E D3 DC

RGB Percentages of Color #5ed3dc

%17.90
%40.19
%41.90

CMYK Percentages of Color #5ed3dc

%57
%4
%0
%14

Triadic Colors of #5ed3dc

#5ed3dc #dc5ed3 #d3dc5e

Analogous Colors of #5ed3dc

#5ed3dc #5e94dc #5edca6

Monochromatic Colors of #5ed3dc

#5ed3dc

Complementary Color

#5ed3dc #dc675e

#5ed3dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ed3dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ed3dc Color CSS Codes

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

#5ed3dc Text Font Color

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

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


#5ed3dc Background Color

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

This div background color is #5ed3dc


#5ed3dc Border Color

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

This div border color is #5ed3dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ed3dc


Comments

No comments written yet.

Please login to write comment.