Color Hex Logo

#5bbdcd Color Hex

#5BBDCD
(91,189,205)
0 Favorites   0 Comments

Color spaces of #5bbdcd

RGB 91189205
HSL0.520.530.58
HSV188°56°80°
CMYK 0.560.080.00   0.20
XYZ33.531443.027164.2954
Yxy43.02710.23810.3055
Hunter Lab65.5950-23.5443-12.1987
CIE-Lab71.5734-24.1734-16.8029

#5bbdcd color RGB value is (91,189,205).

#5bbdcd hex color red value is 91, green value is 189 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #5bbdcd hue: 0.52 , saturation: 0.53 and the lightness value of 5bbdcd is 0.58.

The process color (four color CMYK) of #5bbdcd color hex is 0.56, 0.08, 0.00, 0.20. Web safe color of #5bbdcd is #66cccc. Color #5bbdcd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011011 10111101 11001101
Octal 133 275 315
Decimal 91 189 205
Hex 5B BD CD

RGB Percentages of Color #5bbdcd

%18.76
%38.97
%42.27

CMYK Percentages of Color #5bbdcd

%56
%8
%0
%20

Triadic Colors of #5bbdcd

#5bbdcd #cd5bbd #bdcd5b

Analogous Colors of #5bbdcd

#5bbdcd #5b84cd #5bcda4

Monochromatic Colors of #5bbdcd

#5bbdcd

Complementary Color

#5bbdcd #cd6b5b

#5bbdcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5bbdcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5bbdcd Color CSS Codes

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

#5bbdcd Text Font Color

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

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


#5bbdcd Background Color

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

This div background color is #5bbdcd


#5bbdcd Border Color

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

This div border color is #5bbdcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5bbdcd


Comments

No comments written yet.

Please login to write comment.