Color Hex Logo

#5ecced Color Hex

#5ECCED
(94,204,237)
0 Favorites   0 Comments

Color spaces of #5ecced

RGB 94204237
HSL0.540.800.65
HSV194°60°93°
CMYK 0.600.140.00   0.07
XYZ41.495051.679887.9090
Yxy51.67980.22910.2854
Hunter Lab71.8887-22.7728-22.1807
CIE-Lab77.0890-21.9401-25.7338

#5ecced color RGB value is (94,204,237).

#5ecced hex color red value is 94, green value is 204 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #5ecced hue: 0.54 , saturation: 0.80 and the lightness value of 5ecced is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 01011110 11001100 11101101
Octal 136 314 355
Decimal 94 204 237
Hex 5E CC ED

RGB Percentages of Color #5ecced

%17.57
%38.13
%44.30

CMYK Percentages of Color #5ecced

%60
%14
%0
%7

Triadic Colors of #5ecced

#5ecced #ed5ecc #cced5e

Analogous Colors of #5ecced

#5ecced #5e85ed #5eedc7

Monochromatic Colors of #5ecced

#5ecced

Complementary Color

#5ecced #ed7f5e

#5ecced Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ecced Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ecced Color CSS Codes

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

#5ecced Text Font Color

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

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


#5ecced Background Color

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

This div background color is #5ecced


#5ecced Border Color

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

This div border color is #5ecced


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ecced


Comments

No comments written yet.

Please login to write comment.