Color Hex Logo

#5ebaed Color Hex

#5EBAED
(94,186,237)
0 Favorites   0 Comments

Color spaces of #5ebaed

RGB 94186237
HSL0.560.800.65
HSV201°60°93°
CMYK 0.600.220.00   0.07
XYZ37.461143.611986.5643
Yxy43.61190.22350.2602
Hunter Lab66.0393-14.3138-31.4898
CIE-Lab71.9683-12.5809-33.6081

#5ebaed color RGB value is (94,186,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011110 10111010 11101101
Octal 136 272 355
Decimal 94 186 237
Hex 5E BA ED

RGB Percentages of Color #5ebaed

%18.18
%35.98
%45.84

CMYK Percentages of Color #5ebaed

%60
%22
%0
%7

Triadic Colors of #5ebaed

#5ebaed #ed5eba #baed5e

Analogous Colors of #5ebaed

#5ebaed #5e73ed #5eedd9

Monochromatic Colors of #5ebaed

#5ebaed

Complementary Color

#5ebaed #ed915e

#5ebaed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ebaed Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ebaed Color CSS Codes

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

#5ebaed Text Font Color

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

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


#5ebaed Background Color

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

This div background color is #5ebaed


#5ebaed Border Color

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

This div border color is #5ebaed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ebaed


Comments

No comments written yet.

Please login to write comment.