Color spaces of #0bfbcd
RGB | 11 | 251 | 205 |
---|---|---|---|
HSL | 0.47 | 0.97 | 0.51 |
HSV | 169° | 96° | 98° |
CMYK | 0.96 | 0.00 | 0.18 0.02 |
XYZ | 45.6546 | 73.4733 | 69.5331 |
Yxy | 73.4733 | 0.2420 | 0.3894 |
Hunter Lab | 85.7166 | -54.9308 | 11.9057 |
CIE-Lab | 88.6730 | -59.5982 | 8.2413 |
#0bfbcd color RGB value is (11,251,205).
#0bfbcd hex color red value is 11, green value is 251 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #0bfbcd hue: 0.47 , saturation: 0.97 and the lightness value of 0bfbcd is 0.51.
The process color (four color CMYK) of #0bfbcd color hex is 0.96, 0.00, 0.18, 0.02. Web safe color of #0bfbcd is #00ffcc. Color #0bfbcd contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00001011 | 11111011 | 11001101 |
Octal | 13 | 373 | 315 |
Decimal | 11 | 251 | 205 |
Hex | B | FB | CD |
Shades of #0bfbcd
Tints of #0bfbcd
RGB Percentages of Color #0bfbcd
CMYK Percentages of Color #0bfbcd
Complementary Color
#0bfbcd | #fb0b39 |
#0bfbcd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#0bfbcd Color Preview on White Background
Lorem ipsum dolor sit amet.
#0bfbcd Color CSS Codes
.mybgcolor {background-color:#0bfbcd; } .myforecolor {color:#0bfbcd; } .mybordercolor {border:3px solid #0bfbcd; }
#0bfbcd Text Font Color
<p style="color:#0bfbcd">Text here</p>
This sample text font color is #0bfbcd
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.
#0bfbcd Background Color
<div style="background-color:#0bfbcd">
Div content here</div>
This div background color is #0bfbcd
#0bfbcd Border Color
<div style="border:3px solid #0bfbcd">
Div here</div>
This div border color is #0bfbcd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(11,251,205, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #0bfbcd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #0bfbcd; -webkit-box-shadow: 1px 1px 3px 2px #0bfbcd; box-shadow: 1px 1px 3px 2px #0bfbcd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(11,251,205, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #0bfbcd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #0bfbcd; -webkit-box-shadow: 1px 1px 3px 2px #0bfbcd; box-shadow: 1px 1px 3px 2px #0bfbcd;">
Div content here</div>
This div box has shadow with color #0bfbcd
Comments
No comments written yet.
Please login to write comment.