Color Hex Logo

#5baedb Color Hex

#5BAEDB
(91,174,219)
0 Favorites   0 Comments

Color spaces of #5baedb

RGB 91174219
HSL0.560.640.61
HSV201°58°86°
CMYK 0.580.210.00   0.14
XYZ32.236637.610772.5784
Yxy37.61070.22630.2641
Hunter Lab61.3276-13.4954-27.2377
CIE-Lab67.7327-12.2262-30.3411

#5baedb color RGB value is (91,174,219).

#5baedb hex color red value is 91, green value is 174 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #5baedb hue: 0.56 , saturation: 0.64 and the lightness value of 5baedb is 0.61.

The process color (four color CMYK) of #5baedb color hex is 0.58, 0.21, 0.00, 0.14. Web safe color of #5baedb is #6699cc. Color #5baedb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011011 10101110 11011011
Octal 133 256 333
Decimal 91 174 219
Hex 5B AE DB

RGB Percentages of Color #5baedb

%18.80
%35.95
%45.25

CMYK Percentages of Color #5baedb

%58
%21
%0
%14

Triadic Colors of #5baedb

#5baedb #db5bae #aedb5b

Analogous Colors of #5baedb

#5baedb #5b6edb #5bdbc8

Monochromatic Colors of #5baedb

#5baedb

Complementary Color

#5baedb #db885b

#5baedb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5baedb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5baedb Color CSS Codes

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

#5baedb Text Font Color

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

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


#5baedb Background Color

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

This div background color is #5baedb


#5baedb Border Color

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

This div border color is #5baedb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5baedb


Comments

No comments written yet.

Please login to write comment.