Color Hex Logo

#5ebdee Color Hex

#5EBDEE
(94,189,238)
0 Favorites   0 Comments

Color spaces of #5ebdee

RGB 94189238
HSL0.560.810.65
HSV200°61°93°
CMYK 0.610.210.00   0.07
XYZ38.246344.947987.5489
Yxy44.94790.22400.2632
Hunter Lab67.0432-15.4962-30.4941
CIE-Lab72.8576-13.8703-32.7747

#5ebdee color RGB value is (94,189,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011110 10111101 11101110
Octal 136 275 356
Decimal 94 189 238
Hex 5E BD EE

RGB Percentages of Color #5ebdee

%18.04
%36.28
%45.68

CMYK Percentages of Color #5ebdee

%61
%21
%0
%7

Triadic Colors of #5ebdee

#5ebdee #ee5ebd #bdee5e

Analogous Colors of #5ebdee

#5ebdee #5e75ee #5eeed7

Monochromatic Colors of #5ebdee

#5ebdee

Complementary Color

#5ebdee #ee8f5e

#5ebdee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ebdee Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ebdee Color CSS Codes

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

#5ebdee Text Font Color

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

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


#5ebdee Background Color

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

This div background color is #5ebdee


#5ebdee Border Color

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

This div border color is #5ebdee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ebdee


Comments

No comments written yet.

Please login to write comment.