Color Hex Logo

#5ebedb Color Hex

#5EBEDB
(94,190,219)
0 Favorites   0 Comments

Color spaces of #5ebedb

RGB 94190219
HSL0.540.630.61
HSV194°57°86°
CMYK 0.570.130.00   0.14
XYZ35.815744.321173.6850
Yxy44.32110.23280.2881
Hunter Lab66.5741-20.4748-19.0210
CIE-Lab72.4426-20.0730-23.1041

#5ebedb color RGB value is (94,190,219).

#5ebedb hex color red value is 94, green value is 190 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #5ebedb hue: 0.54 , saturation: 0.63 and the lightness value of 5ebedb is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 01011110 10111110 11011011
Octal 136 276 333
Decimal 94 190 219
Hex 5E BE DB

RGB Percentages of Color #5ebedb

%18.69
%37.77
%43.54

CMYK Percentages of Color #5ebedb

%57
%13
%0
%14

Triadic Colors of #5ebedb

#5ebedb #db5ebe #bedb5e

Analogous Colors of #5ebedb

#5ebedb #5e80db #5edbba

Monochromatic Colors of #5ebedb

#5ebedb

Complementary Color

#5ebedb #db7b5e

#5ebedb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ebedb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ebedb Color CSS Codes

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

#5ebedb Text Font Color

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

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


#5ebedb Background Color

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

This div background color is #5ebedb


#5ebedb Border Color

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

This div border color is #5ebedb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ebedb


Comments

No comments written yet.

Please login to write comment.