Color Hex Logo

#5ebbed Color Hex

#5EBBED
(94,187,237)
0 Favorites   0 Comments

Color spaces of #5ebbed

RGB 94187237
HSL0.560.800.65
HSV201°60°93°
CMYK 0.600.210.00   0.07
XYZ37.672544.034886.6348
Yxy44.03480.22380.2616
Hunter Lab66.3587-14.7916-30.9551
CIE-Lab72.2518-13.1143-33.1697

#5ebbed color RGB value is (94,187,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011110 10111011 11101101
Octal 136 273 355
Decimal 94 187 237
Hex 5E BB ED

RGB Percentages of Color #5ebbed

%18.15
%36.10
%45.75

CMYK Percentages of Color #5ebbed

%60
%21
%0
%7

Triadic Colors of #5ebbed

#5ebbed #ed5ebb #bbed5e

Analogous Colors of #5ebbed

#5ebbed #5e74ed #5eedd8

Monochromatic Colors of #5ebbed

#5ebbed

Complementary Color

#5ebbed #ed905e

#5ebbed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ebbed Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ebbed Color CSS Codes

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

#5ebbed Text Font Color

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

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


#5ebbed Background Color

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

This div background color is #5ebbed


#5ebbed Border Color

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

This div border color is #5ebbed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ebbed


Comments

No comments written yet.

Please login to write comment.