Color spaces of #0bacdc
RGB | 11 | 172 | 220 |
---|---|---|---|
HSL | 0.54 | 0.90 | 0.45 |
HSV | 194° | 95° | 86° |
CMYK | 0.95 | 0.22 | 0.00 0.14 |
XYZ | 27.8088 | 34.7435 | 72.9506 |
Yxy | 34.7435 | 0.2052 | 0.2564 |
Hunter Lab | 58.9436 | -18.9374 | -32.1188 |
CIE-Lab | 65.5485 | -19.5684 | -34.4052 |
#0bacdc color RGB value is (11,172,220).
#0bacdc hex color red value is 11, green value is 172 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #0bacdc hue: 0.54 , saturation: 0.90 and the lightness value of 0bacdc is 0.45.
The process color (four color CMYK) of #0bacdc color hex is 0.95, 0.22, 0.00, 0.14. Web safe color of #0bacdc is #0099cc. Color #0bacdc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00001011 | 10101100 | 11011100 |
Octal | 13 | 254 | 334 |
Decimal | 11 | 172 | 220 |
Hex | B | AC | DC |
Shades of #0bacdc
Tints of #0bacdc
RGB Percentages of Color #0bacdc
CMYK Percentages of Color #0bacdc
Complementary Color
#0bacdc | #dc3b0b |
#0bacdc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#0bacdc Color Preview on White Background
Lorem ipsum dolor sit amet.
#0bacdc Color CSS Codes
.mybgcolor {background-color:#0bacdc; } .myforecolor {color:#0bacdc; } .mybordercolor {border:3px solid #0bacdc; }
#0bacdc Text Font Color
<p style="color:#0bacdc">Text here</p>
This sample text font color is #0bacdc
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.
#0bacdc Background Color
<div style="background-color:#0bacdc">
Div content here</div>
This div background color is #0bacdc
#0bacdc Border Color
<div style="border:3px solid #0bacdc">
Div here</div>
This div border color is #0bacdc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(11,172,220, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #0bacdc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #0bacdc; -webkit-box-shadow: 1px 1px 3px 2px #0bacdc; box-shadow: 1px 1px 3px 2px #0bacdc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(11,172,220, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #0bacdc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #0bacdc; -webkit-box-shadow: 1px 1px 3px 2px #0bacdc; box-shadow: 1px 1px 3px 2px #0bacdc;">
Div content here</div>
This div box has shadow with color #0bacdc
Comments
No comments written yet.
Please login to write comment.