Color spaces of #0bafcc
RGB | 11 | 175 | 204 |
---|---|---|---|
HSL | 0.53 | 0.90 | 0.42 |
HSV | 189° | 95° | 80° |
CMYK | 0.95 | 0.14 | 0.00 0.20 |
XYZ | 26.3671 | 35.0907 | 62.5102 |
Yxy | 35.0907 | 0.2127 | 0.2831 |
Hunter Lab | 59.2374 | -24.2135 | -21.0995 |
CIE-Lab | 65.8192 | -26.5737 | -25.1563 |
#0bafcc color RGB value is (11,175,204).
#0bafcc hex color red value is 11, green value is 175 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #0bafcc hue: 0.53 , saturation: 0.90 and the lightness value of 0bafcc is 0.42.
The process color (four color CMYK) of #0bafcc color hex is 0.95, 0.14, 0.00, 0.20. Web safe color of #0bafcc is #0099cc. Color #0bafcc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00001011 | 10101111 | 11001100 |
Octal | 13 | 257 | 314 |
Decimal | 11 | 175 | 204 |
Hex | B | AF | CC |
Shades of #0bafcc
Tints of #0bafcc
RGB Percentages of Color #0bafcc
CMYK Percentages of Color #0bafcc
Complementary Color
#0bafcc | #cc280b |
#0bafcc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#0bafcc Color Preview on White Background
Lorem ipsum dolor sit amet.
#0bafcc Color CSS Codes
.mybgcolor {background-color:#0bafcc; } .myforecolor {color:#0bafcc; } .mybordercolor {border:3px solid #0bafcc; }
#0bafcc Text Font Color
<p style="color:#0bafcc">Text here</p>
This sample text font color is #0bafcc
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.
#0bafcc Background Color
<div style="background-color:#0bafcc">
Div content here</div>
This div background color is #0bafcc
#0bafcc Border Color
<div style="border:3px solid #0bafcc">
Div here</div>
This div border color is #0bafcc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(11,175,204, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #0bafcc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #0bafcc; -webkit-box-shadow: 1px 1px 3px 2px #0bafcc; box-shadow: 1px 1px 3px 2px #0bafcc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(11,175,204, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #0bafcc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #0bafcc; -webkit-box-shadow: 1px 1px 3px 2px #0bafcc; box-shadow: 1px 1px 3px 2px #0bafcc;">
Div content here</div>
This div box has shadow with color #0bafcc
Comments
No comments written yet.
Please login to write comment.