Color spaces of #0bcafc
RGB | 11 | 202 | 252 |
---|---|---|---|
HSL | 0.53 | 0.98 | 0.52 |
HSV | 192° | 96° | 99° |
CMYK | 0.96 | 0.20 | 0.00 0.01 |
XYZ | 38.8292 | 49.3405 | 99.5726 |
Yxy | 49.3405 | 0.2068 | 0.2628 |
Hunter Lab | 70.2428 | -24.2527 | -34.8765 |
CIE-Lab | 75.6627 | -24.0953 | -36.0897 |
#0bcafc color RGB value is (11,202,252).
#0bcafc hex color red value is 11, green value is 202 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #0bcafc hue: 0.53 , saturation: 0.98 and the lightness value of 0bcafc is 0.52.
The process color (four color CMYK) of #0bcafc color hex is 0.96, 0.20, 0.00, 0.01. Web safe color of #0bcafc is #00ccff. Color #0bcafc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00001011 | 11001010 | 11111100 |
Octal | 13 | 312 | 374 |
Decimal | 11 | 202 | 252 |
Hex | B | CA | FC |
Shades of #0bcafc
Tints of #0bcafc
RGB Percentages of Color #0bcafc
CMYK Percentages of Color #0bcafc
Complementary Color
#0bcafc | #fc3d0b |
#0bcafc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#0bcafc Color Preview on White Background
Lorem ipsum dolor sit amet.
#0bcafc Color CSS Codes
.mybgcolor {background-color:#0bcafc; } .myforecolor {color:#0bcafc; } .mybordercolor {border:3px solid #0bcafc; }
#0bcafc Text Font Color
<p style="color:#0bcafc">Text here</p>
This sample text font color is #0bcafc
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.
#0bcafc Background Color
<div style="background-color:#0bcafc">
Div content here</div>
This div background color is #0bcafc
#0bcafc Border Color
<div style="border:3px solid #0bcafc">
Div here</div>
This div border color is #0bcafc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(11,202,252, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #0bcafc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #0bcafc; -webkit-box-shadow: 1px 1px 3px 2px #0bcafc; box-shadow: 1px 1px 3px 2px #0bcafc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(11,202,252, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #0bcafc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #0bcafc; -webkit-box-shadow: 1px 1px 3px 2px #0bcafc; box-shadow: 1px 1px 3px 2px #0bcafc;">
Div content here</div>
This div box has shadow with color #0bcafc
Comments
No comments written yet.
Please login to write comment.