Color spaces of #0bcceb
RGB | 11 | 204 | 235 |
---|---|---|---|
HSL | 0.52 | 0.91 | 0.48 |
HSV | 188° | 95° | 92° |
CMYK | 0.95 | 0.13 | 0.00 0.08 |
XYZ | 36.7263 | 49.2550 | 86.1688 |
Yxy | 49.2550 | 0.2133 | 0.2861 |
Hunter Lab | 70.1819 | -29.4090 | -23.6685 |
CIE-Lab | 75.6097 | -30.6892 | -27.0472 |
#0bcceb color RGB value is (11,204,235).
#0bcceb hex color red value is 11, green value is 204 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #0bcceb hue: 0.52 , saturation: 0.91 and the lightness value of 0bcceb is 0.48.
The process color (four color CMYK) of #0bcceb color hex is 0.95, 0.13, 0.00, 0.08. Web safe color of #0bcceb is #00ccff. Color #0bcceb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00001011 | 11001100 | 11101011 |
Octal | 13 | 314 | 353 |
Decimal | 11 | 204 | 235 |
Hex | B | CC | EB |
Shades of #0bcceb
Tints of #0bcceb
RGB Percentages of Color #0bcceb
CMYK Percentages of Color #0bcceb
Complementary Color
#0bcceb | #eb2a0b |
#0bcceb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#0bcceb Color Preview on White Background
Lorem ipsum dolor sit amet.
#0bcceb Color CSS Codes
.mybgcolor {background-color:#0bcceb; } .myforecolor {color:#0bcceb; } .mybordercolor {border:3px solid #0bcceb; }
#0bcceb Text Font Color
<p style="color:#0bcceb">Text here</p>
This sample text font color is #0bcceb
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.
#0bcceb Background Color
<div style="background-color:#0bcceb">
Div content here</div>
This div background color is #0bcceb
#0bcceb Border Color
<div style="border:3px solid #0bcceb">
Div here</div>
This div border color is #0bcceb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(11,204,235, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #0bcceb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #0bcceb; -webkit-box-shadow: 1px 1px 3px 2px #0bcceb; box-shadow: 1px 1px 3px 2px #0bcceb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(11,204,235, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #0bcceb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #0bcceb; -webkit-box-shadow: 1px 1px 3px 2px #0bcceb; box-shadow: 1px 1px 3px 2px #0bcceb;">
Div content here</div>
This div box has shadow with color #0bcceb
Comments
No comments written yet.
Please login to write comment.