Color spaces of #5bbfbd
RGB | 91 | 191 | 189 |
---|---|---|---|
HSL | 0.50 | 0.44 | 0.55 |
HSV | 179° | 52° | 75° |
CMYK | 0.52 | 0.00 | 0.01 0.25 |
XYZ | 32.1305 | 43.1599 | 54.7813 |
Yxy | 43.1599 | 0.2470 | 0.3318 |
Hunter Lab | 65.6962 | -27.6681 | -3.4521 |
CIE-Lab | 71.6634 | -29.5517 | -7.9260 |
#5bbfbd color RGB value is (91,191,189).
#5bbfbd hex color red value is 91, green value is 191 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #5bbfbd hue: 0.50 , saturation: 0.44 and the lightness value of 5bbfbd is 0.55.
The process color (four color CMYK) of #5bbfbd color hex is 0.52, 0.00, 0.01, 0.25. Web safe color of #5bbfbd is #66cccc. Color #5bbfbd contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01011011 | 10111111 | 10111101 |
Octal | 133 | 277 | 275 |
Decimal | 91 | 191 | 189 |
Hex | 5B | BF | BD |
Shades of #5bbfbd
Tints of #5bbfbd
RGB Percentages of Color #5bbfbd
CMYK Percentages of Color #5bbfbd
Complementary Color
#5bbfbd | #bf5b5d |
#5bbfbd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#5bbfbd Color Preview on White Background
Lorem ipsum dolor sit amet.
#5bbfbd Color CSS Codes
.mybgcolor {background-color:#5bbfbd; } .myforecolor {color:#5bbfbd; } .mybordercolor {border:3px solid #5bbfbd; }
#5bbfbd Text Font Color
<p style="color:#5bbfbd">Text here</p>
This sample text font color is #5bbfbd
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.
#5bbfbd Background Color
<div style="background-color:#5bbfbd">
Div content here</div>
This div background color is #5bbfbd
#5bbfbd Border Color
<div style="border:3px solid #5bbfbd">
Div here</div>
This div border color is #5bbfbd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(91,191,189, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #5bbfbd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #5bbfbd; -webkit-box-shadow: 1px 1px 3px 2px #5bbfbd; box-shadow: 1px 1px 3px 2px #5bbfbd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(91,191,189, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #5bbfbd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #5bbfbd; -webkit-box-shadow: 1px 1px 3px 2px #5bbfbd; box-shadow: 1px 1px 3px 2px #5bbfbd;">
Div content here</div>
This div box has shadow with color #5bbfbd
Comments
No comments written yet.
Please login to write comment.