Color Hex Logo

#5eceed Color Hex

#5ECEED
(94,206,237)
0 Favorites   0 Comments

Color spaces of #5eceed

RGB 94206237
HSL0.540.800.65
HSV193°60°93°
CMYK 0.600.130.00   0.07
XYZ41.973552.636788.0684
Yxy52.63670.22980.2881
Hunter Lab72.5512-23.6957-21.1851
CIE-Lab77.6600-22.9490-24.8618

#5eceed color RGB value is (94,206,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011110 11001110 11101101
Octal 136 316 355
Decimal 94 206 237
Hex 5E CE ED

RGB Percentages of Color #5eceed

%17.50
%38.36
%44.13

CMYK Percentages of Color #5eceed

%60
%13
%0
%7

Triadic Colors of #5eceed

#5eceed #ed5ece #ceed5e

Analogous Colors of #5eceed

#5eceed #5e87ed #5eedc5

Monochromatic Colors of #5eceed

#5eceed

Complementary Color

#5eceed #ed7d5e

#5eceed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5eceed Color Preview on White Background

Lorem ipsum dolor sit amet.

#5eceed Color CSS Codes

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

#5eceed Text Font Color

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

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


#5eceed Background Color

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

This div background color is #5eceed


#5eceed Border Color

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

This div border color is #5eceed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5eceed


Comments

No comments written yet.

Please login to write comment.