Color spaces of #11bbcf
RGB | 17 | 187 | 207 |
---|---|---|---|
HSL | 0.52 | 0.85 | 0.44 |
HSV | 186° | 92° | 81° |
CMYK | 0.92 | 0.10 | 0.00 0.19 |
XYZ | 29.2640 | 40.1648 | 65.2417 |
Yxy | 40.1648 | 0.2173 | 0.2982 |
Hunter Lab | 63.3757 | -28.4844 | -16.6727 |
CIE-Lab | 69.5867 | -31.2830 | -21.0473 |
#11bbcf color RGB value is (17,187,207).
#11bbcf hex color red value is 17, green value is 187 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #11bbcf hue: 0.52 , saturation: 0.85 and the lightness value of 11bbcf is 0.44.
The process color (four color CMYK) of #11bbcf color hex is 0.92, 0.10, 0.00, 0.19. Web safe color of #11bbcf is #00cccc. Color #11bbcf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00010001 | 10111011 | 11001111 |
Octal | 21 | 273 | 317 |
Decimal | 17 | 187 | 207 |
Hex | 11 | BB | CF |
Shades of #11bbcf
Tints of #11bbcf
RGB Percentages of Color #11bbcf
CMYK Percentages of Color #11bbcf
Complementary Color
#11bbcf | #cf2511 |
#11bbcf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#11bbcf Color Preview on White Background
Lorem ipsum dolor sit amet.
#11bbcf Color CSS Codes
.mybgcolor {background-color:#11bbcf; } .myforecolor {color:#11bbcf; } .mybordercolor {border:3px solid #11bbcf; }
#11bbcf Text Font Color
<p style="color:#11bbcf">Text here</p>
This sample text font color is #11bbcf
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.
#11bbcf Background Color
<div style="background-color:#11bbcf">
Div content here</div>
This div background color is #11bbcf
#11bbcf Border Color
<div style="border:3px solid #11bbcf">
Div here</div>
This div border color is #11bbcf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(17,187,207, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #11bbcf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #11bbcf; -webkit-box-shadow: 1px 1px 3px 2px #11bbcf; box-shadow: 1px 1px 3px 2px #11bbcf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(17,187,207, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #11bbcf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #11bbcf; -webkit-box-shadow: 1px 1px 3px 2px #11bbcf; box-shadow: 1px 1px 3px 2px #11bbcf;">
Div content here</div>
This div box has shadow with color #11bbcf
Comments
No comments written yet.
Please login to write comment.