Color Hex Logo

#5bacbb Color Hex

#5BACBB
(91,172,187)
0 Favorites   0 Comments

Color spaces of #5bacbb

RGB 91172187
HSL0.530.410.55
HSV189°51°73°
CMYK 0.510.080.00   0.27
XYZ28.036535.317152.3529
Yxy35.31710.24230.3052
Hunter Lab59.4282-19.7882-10.6314
CIE-Lab65.9948-20.5887-15.3133

#5bacbb color RGB value is (91,172,187).

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

The process color (four color CMYK) of #5bacbb color hex is 0.51, 0.08, 0.00, 0.27. Web safe color of #5bacbb is #6699cc. Color #5bacbb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011011 10101100 10111011
Octal 133 254 273
Decimal 91 172 187
Hex 5B AC BB

RGB Percentages of Color #5bacbb

%20.22
%38.22
%41.56

CMYK Percentages of Color #5bacbb

%51
%8
%0
%27

Triadic Colors of #5bacbb

#5bacbb #bb5bac #acbb5b

Analogous Colors of #5bacbb

#5bacbb #5b7cbb #5bbb9a

Monochromatic Colors of #5bacbb

#5bacbb

Complementary Color

#5bacbb #bb6a5b

#5bacbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5bacbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5bacbb Color CSS Codes

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

#5bacbb Text Font Color

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

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


#5bacbb Background Color

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

This div background color is #5bacbb


#5bacbb Border Color

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

This div border color is #5bacbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5bacbb


Comments

No comments written yet.

Please login to write comment.