Color Hex Logo

#5bafbb Color Hex

#5BAFBB
(91,175,187)
0 Favorites   0 Comments

Color spaces of #5bafbb

RGB 91175187
HSL0.520.410.55
HSV188°51°73°
CMYK 0.510.060.00   0.27
XYZ28.614036.471952.5454
Yxy36.47190.24330.3101
Hunter Lab60.3920-21.1118-9.3122
CIE-Lab66.8789-22.1298-13.9807

#5bafbb color RGB value is (91,175,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011011 10101111 10111011
Octal 133 257 273
Decimal 91 175 187
Hex 5B AF BB

RGB Percentages of Color #5bafbb

%20.09
%38.63
%41.28

CMYK Percentages of Color #5bafbb

%51
%6
%0
%27

Triadic Colors of #5bafbb

#5bafbb #bb5baf #afbb5b

Analogous Colors of #5bafbb

#5bafbb #5b7fbb #5bbb97

Monochromatic Colors of #5bafbb

#5bafbb

Complementary Color

#5bafbb #bb675b

#5bafbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5bafbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5bafbb Color CSS Codes

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

#5bafbb Text Font Color

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

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


#5bafbb Background Color

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

This div background color is #5bafbb


#5bafbb Border Color

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

This div border color is #5bafbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5bafbb


Comments

No comments written yet.

Please login to write comment.