Color Hex Logo

#5eceeb Color Hex

#5ECEEB
(94,206,235)
0 Favorites   0 Comments

Color spaces of #5eceeb

RGB 94206235
HSL0.530.780.65
HSV192°60°92°
CMYK 0.600.120.00   0.08
XYZ41.682852.520586.5378
Yxy52.52050.23060.2906
Hunter Lab72.4710-24.1573-20.0686
CIE-Lab77.5910-23.5328-23.8948

#5eceeb color RGB value is (94,206,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011110 11001110 11101011
Octal 136 316 353
Decimal 94 206 235
Hex 5E CE EB

RGB Percentages of Color #5eceeb

%17.57
%38.50
%43.93

CMYK Percentages of Color #5eceeb

%60
%12
%0
%8

Triadic Colors of #5eceeb

#5eceeb #eb5ece #ceeb5e

Analogous Colors of #5eceeb

#5eceeb #5e88eb #5eebc2

Monochromatic Colors of #5eceeb

#5eceeb

Complementary Color

#5eceeb #eb7b5e

#5eceeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5eceeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5eceeb Color CSS Codes

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

#5eceeb Text Font Color

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

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


#5eceeb Background Color

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

This div background color is #5eceeb


#5eceeb Border Color

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

This div border color is #5eceeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5eceeb


Comments

No comments written yet.

Please login to write comment.