Color Hex Logo

#5bbddd Color Hex

#5BBDDD
(91,189,221)
0 Favorites   0 Comments

Color spaces of #5bbddd

RGB 91189221
HSL0.540.660.61
HSV195°59°87°
CMYK 0.590.140.00   0.13
XYZ35.563143.839874.9942
Yxy43.83980.23030.2839
Hunter Lab66.2116-19.9958-20.8063
CIE-Lab72.1213-19.5391-24.6919

#5bbddd color RGB value is (91,189,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011011 10111101 11011101
Octal 133 275 335
Decimal 91 189 221
Hex 5B BD DD

RGB Percentages of Color #5bbddd

%18.16
%37.72
%44.11

CMYK Percentages of Color #5bbddd

%59
%14
%0
%13

Triadic Colors of #5bbddd

#5bbddd #dd5bbd #bddd5b

Analogous Colors of #5bbddd

#5bbddd #5b7cdd #5bddbc

Monochromatic Colors of #5bbddd

#5bbddd

Complementary Color

#5bbddd #dd7b5b

#5bbddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5bbddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5bbddd Color CSS Codes

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

#5bbddd Text Font Color

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

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


#5bbddd Background Color

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

This div background color is #5bbddd


#5bbddd Border Color

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

This div border color is #5bbddd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(91,189,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5bbddd


Comments

No comments written yet.

Please login to write comment.