Color Hex Logo

#5ebdec Color Hex

#5EBDEC
(94,189,236)
1 Favorites   0 Comments

Color spaces of #5ebdec

RGB 94189236
HSL0.560.790.65
HSV200°60°93°
CMYK 0.600.200.00   0.07
XYZ37.954044.831086.0097
Yxy44.83100.22490.2656
Hunter Lab66.9560-15.9902-29.2931
CIE-Lab72.7805-14.4807-31.8113

#5ebdec color RGB value is (94,189,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011110 10111101 11101100
Octal 136 275 354
Decimal 94 189 236
Hex 5E BD EC

RGB Percentages of Color #5ebdec

%18.11
%36.42
%45.47

CMYK Percentages of Color #5ebdec

%60
%20
%0
%7

Triadic Colors of #5ebdec

#5ebdec #ec5ebd #bdec5e

Analogous Colors of #5ebdec

#5ebdec #5e76ec #5eecd4

Monochromatic Colors of #5ebdec

#5ebdec

Complementary Color

#5ebdec #ec8d5e

#5ebdec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ebdec Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ebdec Color CSS Codes

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

#5ebdec Text Font Color

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

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


#5ebdec Background Color

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

This div background color is #5ebdec


#5ebdec Border Color

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

This div border color is #5ebdec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ebdec

#5ebdec Color Palettes


Comments

No comments written yet.

Please login to write comment.