Color Hex Logo

#5ecedd Color Hex

#5ECEDD
(94,206,221)
0 Favorites   0 Comments

Color spaces of #5ecedd

RGB 94206221
HSL0.520.650.62
HSV187°57°87°
CMYK 0.570.070.00   0.13
XYZ39.738551.742876.2995
Yxy51.74280.23680.3084
Hunter Lab71.9325-27.2710-12.5368
CIE-Lab77.1268-27.5325-17.0806

#5ecedd color RGB value is (94,206,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011110 11001110 11011101
Octal 136 316 335
Decimal 94 206 221
Hex 5E CE DD

RGB Percentages of Color #5ecedd

%18.04
%39.54
%42.42

CMYK Percentages of Color #5ecedd

%57
%7
%0
%13

Triadic Colors of #5ecedd

#5ecedd #dd5ece #cedd5e

Analogous Colors of #5ecedd

#5ecedd #5e8fdd #5eddad

Monochromatic Colors of #5ecedd

#5ecedd

Complementary Color

#5ecedd #dd6d5e

#5ecedd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ecedd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ecedd Color CSS Codes

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

#5ecedd Text Font Color

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

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


#5ecedd Background Color

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

This div background color is #5ecedd


#5ecedd Border Color

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

This div border color is #5ecedd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ecedd


Comments

No comments written yet.

Please login to write comment.