Color Hex Logo

#5ecedc Color Hex

#5ECEDC
(94,206,220)
0 Favorites   0 Comments

Color spaces of #5ecedc

RGB 94206220
HSL0.520.640.62
HSV187°57°86°
CMYK 0.570.060.00   0.14
XYZ39.605751.689675.5998
Yxy51.68960.23730.3097
Hunter Lab71.8955-27.4852-12.0180
CIE-Lab77.0949-27.8118-16.5909

#5ecedc color RGB value is (94,206,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011110 11001110 11011100
Octal 136 316 334
Decimal 94 206 220
Hex 5E CE DC

RGB Percentages of Color #5ecedc

%18.08
%39.62
%42.31

CMYK Percentages of Color #5ecedc

%57
%6
%0
%14

Triadic Colors of #5ecedc

#5ecedc #dc5ece #cedc5e

Analogous Colors of #5ecedc

#5ecedc #5e8fdc #5edcab

Monochromatic Colors of #5ecedc

#5ecedc

Complementary Color

#5ecedc #dc6c5e

#5ecedc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ecedc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ecedc Color CSS Codes

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

#5ecedc Text Font Color

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

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


#5ecedc Background Color

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

This div background color is #5ecedc


#5ecedc Border Color

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

This div border color is #5ecedc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ecedc


Comments

No comments written yet.

Please login to write comment.