Color Hex Logo

#5edadf Color Hex

#5EDADF
(94,218,223)
0 Favorites   0 Comments

Color spaces of #5edadf

RGB 94218223
HSL0.510.670.62
HSV182°58°87°
CMYK 0.580.020.00   0.13
XYZ43.006857.850278.7115
Yxy57.85020.23950.3222
Hunter Lab76.0593-32.1732-8.1159
CIE-Lab80.6554-32.7612-12.8492

#5edadf color RGB value is (94,218,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011110 11011010 11011111
Octal 136 332 337
Decimal 94 218 223
Hex 5E DA DF

RGB Percentages of Color #5edadf

%17.57
%40.75
%41.68

CMYK Percentages of Color #5edadf

%58
%2
%0
%13

Triadic Colors of #5edadf

#5edadf #df5eda #dadf5e

Analogous Colors of #5edadf

#5edadf #5e9adf #5edfa4

Monochromatic Colors of #5edadf

#5edadf

Complementary Color

#5edadf #df635e

#5edadf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5edadf Color Preview on White Background

Lorem ipsum dolor sit amet.

#5edadf Color CSS Codes

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

#5edadf Text Font Color

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

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


#5edadf Background Color

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

This div background color is #5edadf


#5edadf Border Color

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

This div border color is #5edadf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5edadf


Comments

No comments written yet.

Please login to write comment.