Color spaces of #0b8cfb
RGB | 11 | 140 | 251 |
---|---|---|---|
HSL | 0.58 | 0.97 | 0.51 |
HSV | 208° | 96° | 98° |
CMYK | 0.96 | 0.44 | 0.00 0.02 |
XYZ | 26.9287 | 25.7923 | 94.8259 |
Yxy | 25.7923 | 0.1825 | 0.1748 |
Hunter Lab | 50.7861 | 5.7717 | -75.1537 |
CIE-Lab | 57.8394 | 10.1212 | -63.6844 |
#0b8cfb color RGB value is (11,140,251).
#0b8cfb hex color red value is 11, green value is 140 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #0b8cfb hue: 0.58 , saturation: 0.97 and the lightness value of 0b8cfb is 0.51.
The process color (four color CMYK) of #0b8cfb color hex is 0.96, 0.44, 0.00, 0.02. Web safe color of #0b8cfb is #0099ff. Color #0b8cfb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00001011 | 10001100 | 11111011 |
Octal | 13 | 214 | 373 |
Decimal | 11 | 140 | 251 |
Hex | B | 8C | FB |
Shades of #0b8cfb
Tints of #0b8cfb
RGB Percentages of Color #0b8cfb
CMYK Percentages of Color #0b8cfb
Complementary Color
#0b8cfb | #fb7a0b |
#0b8cfb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#0b8cfb Color Preview on White Background
Lorem ipsum dolor sit amet.
#0b8cfb Color CSS Codes
.mybgcolor {background-color:#0b8cfb; } .myforecolor {color:#0b8cfb; } .mybordercolor {border:3px solid #0b8cfb; }
#0b8cfb Text Font Color
<p style="color:#0b8cfb">Text here</p>
This sample text font color is #0b8cfb
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.
#0b8cfb Background Color
<div style="background-color:#0b8cfb">
Div content here</div>
This div background color is #0b8cfb
#0b8cfb Border Color
<div style="border:3px solid #0b8cfb">
Div here</div>
This div border color is #0b8cfb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(11,140,251, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #0b8cfb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #0b8cfb; -webkit-box-shadow: 1px 1px 3px 2px #0b8cfb; box-shadow: 1px 1px 3px 2px #0b8cfb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(11,140,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 #0b8cfb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #0b8cfb; -webkit-box-shadow: 1px 1px 3px 2px #0b8cfb; box-shadow: 1px 1px 3px 2px #0b8cfb;">
Div content here</div>
This div box has shadow with color #0b8cfb
Comments
No comments written yet.
Please login to write comment.