Color Hex Logo

#5bccbb Color Hex

#5BCCBB
(91,204,187)
0 Favorites   0 Comments

Color spaces of #5bccbb

RGB 91204187
HSL0.470.530.58
HSV171°55°80°
CMYK 0.550.000.08   0.20
XYZ34.876948.997754.6330
Yxy48.99770.25180.3538
Hunter Lab69.9984-33.55892.7236
CIE-Lab75.4499-36.2189-1.2538

#5bccbb color RGB value is (91,204,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011011 11001100 10111011
Octal 133 314 273
Decimal 91 204 187
Hex 5B CC BB

RGB Percentages of Color #5bccbb

%18.88
%42.32
%38.80

CMYK Percentages of Color #5bccbb

%55
%0
%8
%20

Triadic Colors of #5bccbb

#5bccbb #bb5bcc #ccbb5b

Analogous Colors of #5bccbb

#5bccbb #5ba5cc #5bcc83

Monochromatic Colors of #5bccbb

#5bccbb

Complementary Color

#5bccbb #cc5b6c

#5bccbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5bccbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5bccbb Color CSS Codes

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

#5bccbb Text Font Color

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

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


#5bccbb Background Color

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

This div background color is #5bccbb


#5bccbb Border Color

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

This div border color is #5bccbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5bccbb


Comments

No comments written yet.

Please login to write comment.