Color Hex Logo

#5ecceb Color Hex

#5ECCEB
(94,204,235)
0 Favorites   0 Comments

Color spaces of #5ecceb

RGB 94204235
HSL0.540.780.65
HSV193°60°92°
CMYK 0.600.130.00   0.08
XYZ41.204451.563686.3783
Yxy51.56360.23000.2878
Hunter Lab71.8078-23.2377-21.0551
CIE-Lab77.0192-22.5267-24.7669

#5ecceb color RGB value is (94,204,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011110 11001100 11101011
Octal 136 314 353
Decimal 94 204 235
Hex 5E CC EB

RGB Percentages of Color #5ecceb

%17.64
%38.27
%44.09

CMYK Percentages of Color #5ecceb

%60
%13
%0
%8

Triadic Colors of #5ecceb

#5ecceb #eb5ecc #cceb5e

Analogous Colors of #5ecceb

#5ecceb #5e86eb #5eebc4

Monochromatic Colors of #5ecceb

#5ecceb

Complementary Color

#5ecceb #eb7d5e

#5ecceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ecceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ecceb Color CSS Codes

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

#5ecceb Text Font Color

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

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


#5ecceb Background Color

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

This div background color is #5ecceb


#5ecceb Border Color

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

This div border color is #5ecceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ecceb


Comments

No comments written yet.

Please login to write comment.