Color Hex Logo

#5ebaee Color Hex

#5EBAEE
(94,186,238)
0 Favorites   0 Comments

Color spaces of #5ebaee

RGB 94186238
HSL0.560.810.65
HSV202°61°93°
CMYK 0.610.220.00   0.07
XYZ37.607643.670587.3360
Yxy43.67050.22300.2590
Hunter Lab66.0837-14.0637-32.0990
CIE-Lab72.0077-12.2734-34.0891

#5ebaee color RGB value is (94,186,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011110 10111010 11101110
Octal 136 272 356
Decimal 94 186 238
Hex 5E BA EE

RGB Percentages of Color #5ebaee

%18.15
%35.91
%45.95

CMYK Percentages of Color #5ebaee

%61
%22
%0
%7

Triadic Colors of #5ebaee

#5ebaee #ee5eba #baee5e

Analogous Colors of #5ebaee

#5ebaee #5e72ee #5eeeda

Monochromatic Colors of #5ebaee

#5ebaee

Complementary Color

#5ebaee #ee925e

#5ebaee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ebaee Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ebaee Color CSS Codes

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

#5ebaee Text Font Color

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

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


#5ebaee Background Color

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

This div background color is #5ebaee


#5ebaee Border Color

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

This div border color is #5ebaee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ebaee


Comments

No comments written yet.

Please login to write comment.