Color Hex Logo

#5bbccc Color Hex

#5BBCCC
(91,188,204)
0 Favorites   0 Comments

Color spaces of #5bbccc

RGB 91188204
HSL0.520.530.58
HSV188°55°80°
CMYK 0.550.080.00   0.20
XYZ33.196742.550263.5901
Yxy42.55020.23820.3054
Hunter Lab65.2305-23.3123-12.1376
CIE-Lab71.2486-23.9531-16.7471

#5bbccc color RGB value is (91,188,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011011 10111100 11001100
Octal 133 274 314
Decimal 91 188 204
Hex 5B BC CC

RGB Percentages of Color #5bbccc

%18.84
%38.92
%42.24

CMYK Percentages of Color #5bbccc

%55
%8
%0
%20

Triadic Colors of #5bbccc

#5bbccc #cc5bbc #bccc5b

Analogous Colors of #5bbccc

#5bbccc #5b84cc #5bcca4

Monochromatic Colors of #5bbccc

#5bbccc

Complementary Color

#5bbccc #cc6b5b

#5bbccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5bbccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5bbccc Color CSS Codes

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

#5bbccc Text Font Color

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

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


#5bbccc Background Color

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

This div background color is #5bbccc


#5bbccc Border Color

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

This div border color is #5bbccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5bbccc


Comments

No comments written yet.

Please login to write comment.