Color Hex Logo

#5bcbbd Color Hex

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

Color spaces of #5bcbbd

RGB 91203189
HSL0.480.520.58
HSV173°55°80°
CMYK 0.550.000.07   0.20
XYZ34.855648.610155.6897
Yxy48.61010.25050.3493
Hunter Lab69.7209-32.77411.4467
CIE-Lab75.2081-35.2497-2.6887

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

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

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

Base Numbers

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

RGB Percentages of Color #5bcbbd

%18.84
%42.03
%39.13

CMYK Percentages of Color #5bcbbd

%55
%0
%7
%20

Triadic Colors of #5bcbbd

#5bcbbd #bd5bcb #cbbd5b

Analogous Colors of #5bcbbd

#5bcbbd #5ba1cb #5bcb85

Monochromatic Colors of #5bcbbd

#5bcbbd

Complementary Color

#5bcbbd #cb5b69

#5bcbbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5bcbbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5bcbbd Color CSS Codes

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

#5bcbbd Text Font Color

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

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


#5bcbbd Background Color

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

This div background color is #5bcbbd


#5bcbbd Border Color

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

This div border color is #5bcbbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5bcbbd


Comments

No comments written yet.

Please login to write comment.