Color Hex Logo

#5edde7 Color Hex

#5EDDE7
(94,221,231)
0 Favorites   0 Comments

Color spaces of #5edde7

RGB 94221231
HSL0.510.740.64
HSV184°59°91°
CMYK 0.590.040.00   0.09
XYZ44.896359.862184.7896
Yxy59.86210.23690.3158
Hunter Lab77.3706-31.8193-10.8158
CIE-Lab81.7632-31.9947-15.4455

#5edde7 color RGB value is (94,221,231).

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

The process color (four color CMYK) of #5edde7 color hex is 0.59, 0.04, 0.00, 0.09. Web safe color of #5edde7 is #66ccff. Color #5edde7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011110 11011101 11100111
Octal 136 335 347
Decimal 94 221 231
Hex 5E DD E7

RGB Percentages of Color #5edde7

%17.22
%40.48
%42.31

CMYK Percentages of Color #5edde7

%59
%4
%0
%9

Triadic Colors of #5edde7

#5edde7 #e75edd #dde75e

Analogous Colors of #5edde7

#5edde7 #5e99e7 #5ee7ad

Monochromatic Colors of #5edde7

#5edde7

Complementary Color

#5edde7 #e7685e

#5edde7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5edde7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5edde7 Color CSS Codes

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

#5edde7 Text Font Color

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

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


#5edde7 Background Color

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

This div background color is #5edde7


#5edde7 Border Color

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

This div border color is #5edde7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5edde7


Comments

No comments written yet.

Please login to write comment.