Color Hex Logo

#5ecdeb Color Hex

#5ECDEB
(94,205,235)
0 Favorites   0 Comments

Color spaces of #5ecdeb

RGB 94205235
HSL0.540.780.65
HSV193°60°92°
CMYK 0.600.130.00   0.08
XYZ41.442852.040586.4578
Yxy52.04050.23030.2892
Hunter Lab72.1391-23.6979-20.5609
CIE-Lab77.3050-23.0306-24.3308

#5ecdeb color RGB value is (94,205,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011110 11001101 11101011
Octal 136 315 353
Decimal 94 205 235
Hex 5E CD EB

RGB Percentages of Color #5ecdeb

%17.60
%38.39
%44.01

CMYK Percentages of Color #5ecdeb

%60
%13
%0
%8

Triadic Colors of #5ecdeb

#5ecdeb #eb5ecd #cdeb5e

Analogous Colors of #5ecdeb

#5ecdeb #5e87eb #5eebc3

Monochromatic Colors of #5ecdeb

#5ecdeb

Complementary Color

#5ecdeb #eb7c5e

#5ecdeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ecdeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ecdeb Color CSS Codes

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

#5ecdeb Text Font Color

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

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


#5ecdeb Background Color

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

This div background color is #5ecdeb


#5ecdeb Border Color

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

This div border color is #5ecdeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ecdeb


Comments

No comments written yet.

Please login to write comment.