Color Hex Logo

#5ebadd Color Hex

#5EBADD
(94,186,221)
0 Favorites   0 Comments

Color spaces of #5ebadd

RGB 94186221
HSL0.550.650.62
HSV197°57°87°
CMYK 0.570.160.00   0.13
XYZ35.226142.718074.7954
Yxy42.71800.23060.2797
Hunter Lab65.3590-18.1733-22.0989
CIE-Lab71.3632-17.4130-25.8428

#5ebadd color RGB value is (94,186,221).

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

The process color (four color CMYK) of #5ebadd color hex is 0.57, 0.16, 0.00, 0.13. Web safe color of #5ebadd is #66cccc. Color #5ebadd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011110 10111010 11011101
Octal 136 272 335
Decimal 94 186 221
Hex 5E BA DD

RGB Percentages of Color #5ebadd

%18.76
%37.13
%44.11

CMYK Percentages of Color #5ebadd

%57
%16
%0
%13

Triadic Colors of #5ebadd

#5ebadd #dd5eba #badd5e

Analogous Colors of #5ebadd

#5ebadd #5e7bdd #5eddc1

Monochromatic Colors of #5ebadd

#5ebadd

Complementary Color

#5ebadd #dd815e

#5ebadd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ebadd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ebadd Color CSS Codes

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

#5ebadd Text Font Color

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

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


#5ebadd Background Color

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

This div background color is #5ebadd


#5ebadd Border Color

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

This div border color is #5ebadd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ebadd


Comments

No comments written yet.

Please login to write comment.