Color Hex Logo

#5ebbec Color Hex

#5EBBEC
(94,187,236)
0 Favorites   0 Comments

Color spaces of #5ebbec

RGB 94187236
HSL0.560.790.65
HSV201°60°93°
CMYK 0.600.210.00   0.07
XYZ37.526743.976585.8673
Yxy43.97650.22420.2627
Hunter Lab66.3148-15.0400-30.3510
CIE-Lab72.2128-13.4208-32.6880

#5ebbec color RGB value is (94,187,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011110 10111011 11101100
Octal 136 273 354
Decimal 94 187 236
Hex 5E BB EC

RGB Percentages of Color #5ebbec

%18.18
%36.17
%45.65

CMYK Percentages of Color #5ebbec

%60
%21
%0
%7

Triadic Colors of #5ebbec

#5ebbec #ec5ebb #bbec5e

Analogous Colors of #5ebbec

#5ebbec #5e74ec #5eecd6

Monochromatic Colors of #5ebbec

#5ebbec

Complementary Color

#5ebbec #ec8f5e

#5ebbec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ebbec Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ebbec Color CSS Codes

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

#5ebbec Text Font Color

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

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


#5ebbec Background Color

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

This div background color is #5ebbec


#5ebbec Border Color

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

This div border color is #5ebbec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ebbec


Comments

No comments written yet.

Please login to write comment.