Color spaces of #0bccfb
RGB | 11 | 204 | 251 |
---|---|---|---|
HSL | 0.53 | 0.97 | 0.51 |
HSV | 192° | 96° | 98° |
CMYK | 0.96 | 0.19 | 0.00 0.02 |
XYZ | 39.1435 | 50.2219 | 98.8975 |
Yxy | 50.2219 | 0.2079 | 0.2668 |
Hunter Lab | 70.8674 | -25.4238 | -33.1337 |
CIE-Lab | 76.2053 | -25.4358 | -34.7145 |
#0bccfb color RGB value is (11,204,251).
#0bccfb hex color red value is 11, green value is 204 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #0bccfb hue: 0.53 , saturation: 0.97 and the lightness value of 0bccfb is 0.51.
The process color (four color CMYK) of #0bccfb color hex is 0.96, 0.19, 0.00, 0.02. Web safe color of #0bccfb is #00ccff. Color #0bccfb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00001011 | 11001100 | 11111011 |
Octal | 13 | 314 | 373 |
Decimal | 11 | 204 | 251 |
Hex | B | CC | FB |
Shades of #0bccfb
Tints of #0bccfb
RGB Percentages of Color #0bccfb
CMYK Percentages of Color #0bccfb
Complementary Color
#0bccfb | #fb3a0b |
#0bccfb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#0bccfb Color Preview on White Background
Lorem ipsum dolor sit amet.
#0bccfb Color CSS Codes
.mybgcolor {background-color:#0bccfb; } .myforecolor {color:#0bccfb; } .mybordercolor {border:3px solid #0bccfb; }
#0bccfb Text Font Color
<p style="color:#0bccfb">Text here</p>
This sample text font color is #0bccfb
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.
#0bccfb Background Color
<div style="background-color:#0bccfb">
Div content here</div>
This div background color is #0bccfb
#0bccfb Border Color
<div style="border:3px solid #0bccfb">
Div here</div>
This div border color is #0bccfb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(11,204,251, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #0bccfb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #0bccfb; -webkit-box-shadow: 1px 1px 3px 2px #0bccfb; box-shadow: 1px 1px 3px 2px #0bccfb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(11,204,251, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #0bccfb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #0bccfb; -webkit-box-shadow: 1px 1px 3px 2px #0bccfb; box-shadow: 1px 1px 3px 2px #0bccfb;">
Div content here</div>
This div box has shadow with color #0bccfb
Comments
No comments written yet.
Please login to write comment.