Color Hex Logo

#5edde0 Color Hex

#5EDDE0
(94,221,224)
0 Favorites   0 Comments

Color spaces of #5edde0

RGB 94221224
HSL0.500.680.62
HSV181°58°88°
CMYK 0.580.010.00   0.12
XYZ43.927159.474479.6855
Yxy59.47440.23990.3248
Hunter Lab77.1196-33.2864-7.2789
CIE-Lab81.5517-33.9055-12.0413

#5edde0 color RGB value is (94,221,224).

#5edde0 hex color red value is 94, green value is 221 and the blue value of its RGB is 224. Cylindrical-coordinate representations (also known as HSL) of color #5edde0 hue: 0.50 , saturation: 0.68 and the lightness value of 5edde0 is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 01011110 11011101 11100000
Octal 136 335 340
Decimal 94 221 224
Hex 5E DD E0

RGB Percentages of Color #5edde0

%17.44
%41.00
%41.56

CMYK Percentages of Color #5edde0

%58
%1
%0
%12

Triadic Colors of #5edde0

#5edde0 #e05edd #dde05e

Analogous Colors of #5edde0

#5edde0 #5e9ce0 #5ee0a2

Monochromatic Colors of #5edde0

#5edde0

Complementary Color

#5edde0 #e0615e

#5edde0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5edde0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5edde0 Color CSS Codes

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

#5edde0 Text Font Color

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

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


#5edde0 Background Color

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

This div background color is #5edde0


#5edde0 Border Color

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

This div border color is #5edde0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5edde0


Comments

No comments written yet.

Please login to write comment.