Color spaces of #5bbabf
RGB | 91 | 186 | 191 |
---|---|---|---|
HSL | 0.51 | 0.44 | 0.55 |
HSV | 183° | 52° | 75° |
CMYK | 0.52 | 0.03 | 0.00 0.25 |
XYZ | 31.2773 | 41.1035 | 55.5755 |
Yxy | 41.1035 | 0.2444 | 0.3212 |
Hunter Lab | 64.1120 | -25.1141 | -6.5171 |
CIE-Lab | 70.2484 | -26.5633 | -11.1306 |
#5bbabf color RGB value is (91,186,191).
#5bbabf hex color red value is 91, green value is 186 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #5bbabf hue: 0.51 , saturation: 0.44 and the lightness value of 5bbabf is 0.55.
The process color (four color CMYK) of #5bbabf color hex is 0.52, 0.03, 0.00, 0.25. Web safe color of #5bbabf is #66cccc. Color #5bbabf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01011011 | 10111010 | 10111111 |
Octal | 133 | 272 | 277 |
Decimal | 91 | 186 | 191 |
Hex | 5B | BA | BF |
Shades of #5bbabf
Tints of #5bbabf
RGB Percentages of Color #5bbabf
CMYK Percentages of Color #5bbabf
Complementary Color
#5bbabf | #bf605b |
#5bbabf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#5bbabf Color Preview on White Background
Lorem ipsum dolor sit amet.
#5bbabf Color CSS Codes
.mybgcolor {background-color:#5bbabf; } .myforecolor {color:#5bbabf; } .mybordercolor {border:3px solid #5bbabf; }
#5bbabf Text Font Color
<p style="color:#5bbabf">Text here</p>
This sample text font color is #5bbabf
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.
#5bbabf Background Color
<div style="background-color:#5bbabf">
Div content here</div>
This div background color is #5bbabf
#5bbabf Border Color
<div style="border:3px solid #5bbabf">
Div here</div>
This div border color is #5bbabf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(91,186,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #5bbabf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #5bbabf; -webkit-box-shadow: 1px 1px 3px 2px #5bbabf; box-shadow: 1px 1px 3px 2px #5bbabf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(91,186,191, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #5bbabf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #5bbabf; -webkit-box-shadow: 1px 1px 3px 2px #5bbabf; box-shadow: 1px 1px 3px 2px #5bbabf;">
Div content here</div>
This div box has shadow with color #5bbabf
Comments
No comments written yet.
Please login to write comment.