color codes Logo

#5eb3db color codes

#5EB3DB
(94,179,219)
0 Favorites   0 Comments

Color spaces of #5eb3db

RGB 94179219
HSL0.550.630.61
HSV199°57°86°
CMYK 0.570.180.00   0.14
XYZ33.522439.734472.9205
Yxy39.73440.22930.2718
Hunter Lab63.0352-15.3846-24.4633
CIE-Lab69.2799-14.3196-27.9475

#5eb3db color RGB value is (94,179,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011110 10110011 11011011
Octal 136 263 333
Decimal 94 179 219
Hex 5E B3 DB

RGB Percentages of Color #5eb3db

%19.11
%36.38
%44.51

CMYK Percentages of Color #5eb3db

%57
%18
%0
%14

Triadic Colors of #5eb3db

#5eb3db #db5eb3 #b3db5e

Analogous Colors of #5eb3db

#5eb3db #5e75db #5edbc5

Monochromatic Colors of #5eb3db

#5eb3db

Complementary Color

#5eb3db #db865e

#5eb3db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5eb3db Color Preview on White Background

Lorem ipsum dolor sit amet.

#5eb3db Color CSS Codes

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

#5eb3db Text Font Color

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

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


#5eb3db Background Color

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

This div background color is #5eb3db


#5eb3db Border Color

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

This div border color is #5eb3db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5eb3db


Comments

No comments written yet.

Please login to write comment.