Color Hex Logo

#5bbddb Color Hex

#5BBDDB
(91,189,219)
0 Favorites   0 Comments

Color spaces of #5bbddb

RGB 91189219
HSL0.540.640.61
HSV194°58°86°
CMYK 0.580.140.00   0.14
XYZ35.298243.733873.5989
Yxy43.73380.23130.2865
Hunter Lab66.1315-20.4545-19.6928
CIE-Lab72.0502-20.1295-23.7122

#5bbddb color RGB value is (91,189,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011011 10111101 11011011
Octal 133 275 333
Decimal 91 189 219
Hex 5B BD DB

RGB Percentages of Color #5bbddb

%18.24
%37.88
%43.89

CMYK Percentages of Color #5bbddb

%58
%14
%0
%14

Triadic Colors of #5bbddb

#5bbddb #db5bbd #bddb5b

Analogous Colors of #5bbddb

#5bbddb #5b7ddb #5bdbb9

Monochromatic Colors of #5bbddb

#5bbddb

Complementary Color

#5bbddb #db795b

#5bbddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5bbddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5bbddb Color CSS Codes

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

#5bbddb Text Font Color

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

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


#5bbddb Background Color

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

This div background color is #5bbddb


#5bbddb Border Color

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

This div border color is #5bbddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5bbddb


Comments

No comments written yet.

Please login to write comment.