Color spaces of #0bc0ea
RGB | 11 | 192 | 234 |
---|---|---|---|
HSL | 0.53 | 0.91 | 0.48 |
HSV | 191° | 95° | 92° |
CMYK | 0.95 | 0.18 | 0.00 0.08 |
XYZ | 33.8389 | 43.7109 | 84.4955 |
Yxy | 43.7109 | 0.2088 | 0.2697 |
Hunter Lab | 66.1142 | -24.3391 | -29.4940 |
CIE-Lab | 72.0348 | -25.0859 | -32.0055 |
#0bc0ea color RGB value is (11,192,234).
#0bc0ea hex color red value is 11, green value is 192 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #0bc0ea hue: 0.53 , saturation: 0.91 and the lightness value of 0bc0ea is 0.48.
The process color (four color CMYK) of #0bc0ea color hex is 0.95, 0.18, 0.00, 0.08. Web safe color of #0bc0ea is #00ccff. Color #0bc0ea contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00001011 | 11000000 | 11101010 |
Octal | 13 | 300 | 352 |
Decimal | 11 | 192 | 234 |
Hex | B | C0 | EA |
Shades of #0bc0ea
Tints of #0bc0ea
RGB Percentages of Color #0bc0ea
CMYK Percentages of Color #0bc0ea
Complementary Color
#0bc0ea | #ea350b |
#0bc0ea Color Preview on Black Background
Lorem ipsum dolor sit amet.
#0bc0ea Color Preview on White Background
Lorem ipsum dolor sit amet.
#0bc0ea Color CSS Codes
.mybgcolor {background-color:#0bc0ea; } .myforecolor {color:#0bc0ea; } .mybordercolor {border:3px solid #0bc0ea; }
#0bc0ea Text Font Color
<p style="color:#0bc0ea">Text here</p>
This sample text font color is #0bc0ea
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.
#0bc0ea Background Color
<div style="background-color:#0bc0ea">
Div content here</div>
This div background color is #0bc0ea
#0bc0ea Border Color
<div style="border:3px solid #0bc0ea">
Div here</div>
This div border color is #0bc0ea
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(11,192,234, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #0bc0ea; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #0bc0ea; -webkit-box-shadow: 1px 1px 3px 2px #0bc0ea; box-shadow: 1px 1px 3px 2px #0bc0ea; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(11,192,234, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #0bc0ea">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #0bc0ea; -webkit-box-shadow: 1px 1px 3px 2px #0bc0ea; box-shadow: 1px 1px 3px 2px #0bc0ea;">
Div content here</div>
This div box has shadow with color #0bc0ea
Comments
No comments written yet.
Please login to write comment.