Color Hex Logo

#5eddec Color Hex

#5EDDEC
(94,221,236)
0 Favorites   0 Comments

Color spaces of #5eddec

RGB 94221236
HSL0.520.790.65
HSV186°60°93°
CMYK 0.600.060.00   0.07
XYZ45.612960.148788.5627
Yxy60.14870.23470.3095
Hunter Lab77.5556-30.7408-13.4158
CIE-Lab81.9189-30.6053-17.8667

#5eddec color RGB value is (94,221,236).

#5eddec hex color red value is 94, green value is 221 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #5eddec hue: 0.52 , saturation: 0.79 and the lightness value of 5eddec is 0.65.

The process color (four color CMYK) of #5eddec color hex is 0.60, 0.06, 0.00, 0.07. Web safe color of #5eddec is #66ccff. Color #5eddec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011110 11011101 11101100
Octal 136 335 354
Decimal 94 221 236
Hex 5E DD EC

RGB Percentages of Color #5eddec

%17.06
%40.11
%42.83

CMYK Percentages of Color #5eddec

%60
%6
%0
%7

Triadic Colors of #5eddec

#5eddec #ec5edd #ddec5e

Analogous Colors of #5eddec

#5eddec #5e96ec #5eecb4

Monochromatic Colors of #5eddec

#5eddec

Complementary Color

#5eddec #ec6d5e

#5eddec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5eddec Color Preview on White Background

Lorem ipsum dolor sit amet.

#5eddec Color CSS Codes

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

#5eddec Text Font Color

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

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


#5eddec Background Color

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

This div background color is #5eddec


#5eddec Border Color

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

This div border color is #5eddec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5eddec


Comments

No comments written yet.

Please login to write comment.