Color spaces of #55bcbf
RGB | 85 | 188 | 191 |
---|---|---|---|
HSL | 0.50 | 0.45 | 0.54 |
HSV | 182° | 55° | 75° |
CMYK | 0.55 | 0.02 | 0.00 0.25 |
XYZ | 31.1335 | 41.6593 | 55.6904 |
Yxy | 41.6593 | 0.2423 | 0.3242 |
Hunter Lab | 64.5440 | -26.8506 | -5.9763 |
CIE-Lab | 70.6354 | -28.7613 | -10.5734 |
#55bcbf color RGB value is (85,188,191).
#55bcbf hex color red value is 85, green value is 188 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #55bcbf hue: 0.50 , saturation: 0.45 and the lightness value of 55bcbf is 0.54.
The process color (four color CMYK) of #55bcbf color hex is 0.55, 0.02, 0.00, 0.25. Web safe color of #55bcbf is #66cccc. Color #55bcbf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01010101 | 10111100 | 10111111 |
Octal | 125 | 274 | 277 |
Decimal | 85 | 188 | 191 |
Hex | 55 | BC | BF |
Shades of #55bcbf
Tints of #55bcbf
RGB Percentages of Color #55bcbf
CMYK Percentages of Color #55bcbf
Complementary Color
#55bcbf | #bf5855 |
#55bcbf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#55bcbf Color Preview on White Background
Lorem ipsum dolor sit amet.
#55bcbf Color CSS Codes
.mybgcolor {background-color:#55bcbf; } .myforecolor {color:#55bcbf; } .mybordercolor {border:3px solid #55bcbf; }
#55bcbf Text Font Color
<p style="color:#55bcbf">Text here</p>
This sample text font color is #55bcbf
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.
#55bcbf Background Color
<div style="background-color:#55bcbf">
Div content here</div>
This div background color is #55bcbf
#55bcbf Border Color
<div style="border:3px solid #55bcbf">
Div here</div>
This div border color is #55bcbf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(85,188,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #55bcbf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #55bcbf; -webkit-box-shadow: 1px 1px 3px 2px #55bcbf; box-shadow: 1px 1px 3px 2px #55bcbf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(85,188,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 #55bcbf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #55bcbf; -webkit-box-shadow: 1px 1px 3px 2px #55bcbf; box-shadow: 1px 1px 3px 2px #55bcbf;">
Div content here</div>
This div box has shadow with color #55bcbf
Comments
No comments written yet.
Please login to write comment.