Color spaces of #0cbbfb
RGB | 12 | 187 | 251 |
---|---|---|---|
HSL | 0.54 | 0.97 | 0.52 |
HSV | 196° | 95° | 98° |
CMYK | 0.95 | 0.25 | 0.00 0.02 |
XYZ | 35.3345 | 42.5838 | 97.6240 |
Yxy | 42.5838 | 0.2013 | 0.2426 |
Hunter Lab | 65.2563 | -17.5455 | -43.0190 |
CIE-Lab | 71.2716 | -16.6502 | -42.3859 |
#0cbbfb color RGB value is (12,187,251).
#0cbbfb hex color red value is 12, green value is 187 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #0cbbfb hue: 0.54 , saturation: 0.97 and the lightness value of 0cbbfb is 0.52.
The process color (four color CMYK) of #0cbbfb color hex is 0.95, 0.25, 0.00, 0.02. Web safe color of #0cbbfb is #00ccff. Color #0cbbfb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00001100 | 10111011 | 11111011 |
Octal | 14 | 273 | 373 |
Decimal | 12 | 187 | 251 |
Hex | C | BB | FB |
Shades of #0cbbfb
Tints of #0cbbfb
RGB Percentages of Color #0cbbfb
CMYK Percentages of Color #0cbbfb
Complementary Color
#0cbbfb | #fb4c0c |
#0cbbfb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#0cbbfb Color Preview on White Background
Lorem ipsum dolor sit amet.
#0cbbfb Color CSS Codes
.mybgcolor {background-color:#0cbbfb; } .myforecolor {color:#0cbbfb; } .mybordercolor {border:3px solid #0cbbfb; }
#0cbbfb Text Font Color
<p style="color:#0cbbfb">Text here</p>
This sample text font color is #0cbbfb
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.
#0cbbfb Background Color
<div style="background-color:#0cbbfb">
Div content here</div>
This div background color is #0cbbfb
#0cbbfb Border Color
<div style="border:3px solid #0cbbfb">
Div here</div>
This div border color is #0cbbfb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(12,187,251, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #0cbbfb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #0cbbfb; -webkit-box-shadow: 1px 1px 3px 2px #0cbbfb; box-shadow: 1px 1px 3px 2px #0cbbfb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(12,187,251, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #0cbbfb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #0cbbfb; -webkit-box-shadow: 1px 1px 3px 2px #0cbbfb; box-shadow: 1px 1px 3px 2px #0cbbfb;">
Div content here</div>
This div box has shadow with color #0cbbfb
Comments
No comments written yet.
Please login to write comment.