Color Hex Logo

#5bbdcb Color Hex

#5BBDCB
(91,189,203)
0 Favorites   0 Comments

Color spaces of #5bbdcb

RGB 91189203
HSL0.520.520.58
HSV188°55°80°
CMYK 0.550.070.00   0.20
XYZ33.291542.931163.0318
Yxy42.93110.23910.3083
Hunter Lab65.5218-23.9677-11.1715
CIE-Lab71.5082-24.7371-15.8088

#5bbdcb color RGB value is (91,189,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011011 10111101 11001011
Octal 133 275 313
Decimal 91 189 203
Hex 5B BD CB

RGB Percentages of Color #5bbdcb

%18.84
%39.13
%42.03

CMYK Percentages of Color #5bbdcb

%55
%7
%0
%20

Triadic Colors of #5bbdcb

#5bbdcb #cb5bbd #bdcb5b

Analogous Colors of #5bbdcb

#5bbdcb #5b85cb #5bcba1

Monochromatic Colors of #5bbdcb

#5bbdcb

Complementary Color

#5bbdcb #cb695b

#5bbdcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5bbdcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5bbdcb Color CSS Codes

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

#5bbdcb Text Font Color

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

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


#5bbdcb Background Color

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

This div background color is #5bbdcb


#5bbdcb Border Color

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

This div border color is #5bbdcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5bbdcb


Comments

No comments written yet.

Please login to write comment.