Color Hex Logo

#5ebcdb Color Hex

#5EBCDB
(94,188,219)
0 Favorites   0 Comments

Color spaces of #5ebcdb

RGB 94188219
HSL0.540.630.61
HSV195°57°86°
CMYK 0.570.140.00   0.14
XYZ35.385543.460673.5416
Yxy43.46060.23220.2852
Hunter Lab65.9247-19.5571-19.9931
CIE-Lab71.8665-19.0416-23.9834

#5ebcdb color RGB value is (94,188,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011110 10111100 11011011
Octal 136 274 333
Decimal 94 188 219
Hex 5E BC DB

RGB Percentages of Color #5ebcdb

%18.76
%37.52
%43.71

CMYK Percentages of Color #5ebcdb

%57
%14
%0
%14

Triadic Colors of #5ebcdb

#5ebcdb #db5ebc #bcdb5e

Analogous Colors of #5ebcdb

#5ebcdb #5e7edb #5edbbc

Monochromatic Colors of #5ebcdb

#5ebcdb

Complementary Color

#5ebcdb #db7d5e

#5ebcdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ebcdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ebcdb Color CSS Codes

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

#5ebcdb Text Font Color

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

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


#5ebcdb Background Color

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

This div background color is #5ebcdb


#5ebcdb Border Color

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

This div border color is #5ebcdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ebcdb


Comments

No comments written yet.

Please login to write comment.