Color Hex Logo

#5bbacc Color Hex

#5BBACC
(91,186,204)
0 Favorites   0 Comments

Color spaces of #5bbacc

RGB 91186204
HSL0.530.530.58
HSV190°55°80°
CMYK 0.550.090.00   0.20
XYZ32.772441.701663.4487
Yxy41.70160.23760.3024
Hunter Lab64.5768-22.4215-13.0505
CIE-Lab70.6647-22.9429-17.6298

#5bbacc color RGB value is (91,186,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011011 10111010 11001100
Octal 133 272 314
Decimal 91 186 204
Hex 5B BA CC

RGB Percentages of Color #5bbacc

%18.92
%38.67
%42.41

CMYK Percentages of Color #5bbacc

%55
%9
%0
%20

Triadic Colors of #5bbacc

#5bbacc #cc5bba #bacc5b

Analogous Colors of #5bbacc

#5bbacc #5b82cc #5bcca6

Monochromatic Colors of #5bbacc

#5bbacc

Complementary Color

#5bbacc #cc6d5b

#5bbacc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5bbacc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5bbacc Color CSS Codes

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

#5bbacc Text Font Color

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

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


#5bbacc Background Color

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

This div background color is #5bbacc


#5bbacc Border Color

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

This div border color is #5bbacc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(91,186,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 #5bbacc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5bbacc


Comments

No comments written yet.

Please login to write comment.