Color Hex Logo

#5ebced Color Hex

#5EBCED
(94,188,237)
0 Favorites   0 Comments

Color spaces of #5ebced

RGB 94188237
HSL0.560.800.65
HSV201°60°93°
CMYK 0.600.210.00   0.07
XYZ37.885444.460586.7057
Yxy44.46050.22410.2630
Hunter Lab66.6787-15.2679-30.4227
CIE-Lab72.5352-13.6456-32.7315

#5ebced color RGB value is (94,188,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011110 10111100 11101101
Octal 136 274 355
Decimal 94 188 237
Hex 5E BC ED

RGB Percentages of Color #5ebced

%18.11
%36.22
%45.66

CMYK Percentages of Color #5ebced

%60
%21
%0
%7

Triadic Colors of #5ebced

#5ebced #ed5ebc #bced5e

Analogous Colors of #5ebced

#5ebced #5e75ed #5eedd7

Monochromatic Colors of #5ebced

#5ebced

Complementary Color

#5ebced #ed8f5e

#5ebced Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ebced Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ebced Color CSS Codes

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

#5ebced Text Font Color

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

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


#5ebced Background Color

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

This div background color is #5ebced


#5ebced Border Color

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

This div border color is #5ebced


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ebced


Comments

No comments written yet.

Please login to write comment.