Color spaces of #0bbdeb
RGB | 11 | 189 | 235 |
---|---|---|---|
HSL | 0.53 | 0.91 | 0.48 |
HSV | 192° | 95° | 92° |
CMYK | 0.95 | 0.20 | 0.00 0.08 |
XYZ | 33.3310 | 42.4645 | 85.0370 |
Yxy | 42.4645 | 0.2072 | 0.2640 |
Hunter Lab | 65.1648 | -22.7378 | -31.7553 |
CIE-Lab | 71.1900 | -23.2263 | -33.8539 |
#0bbdeb color RGB value is (11,189,235).
#0bbdeb hex color red value is 11, green value is 189 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #0bbdeb hue: 0.53 , saturation: 0.91 and the lightness value of 0bbdeb is 0.48.
The process color (four color CMYK) of #0bbdeb color hex is 0.95, 0.20, 0.00, 0.08. Web safe color of #0bbdeb is #00ccff. Color #0bbdeb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00001011 | 10111101 | 11101011 |
Octal | 13 | 275 | 353 |
Decimal | 11 | 189 | 235 |
Hex | B | BD | EB |
Shades of #0bbdeb
Tints of #0bbdeb
RGB Percentages of Color #0bbdeb
CMYK Percentages of Color #0bbdeb
Complementary Color
#0bbdeb | #eb390b |
#0bbdeb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#0bbdeb Color Preview on White Background
Lorem ipsum dolor sit amet.
#0bbdeb Color CSS Codes
.mybgcolor {background-color:#0bbdeb; } .myforecolor {color:#0bbdeb; } .mybordercolor {border:3px solid #0bbdeb; }
#0bbdeb Text Font Color
<p style="color:#0bbdeb">Text here</p>
This sample text font color is #0bbdeb
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.
#0bbdeb Background Color
<div style="background-color:#0bbdeb">
Div content here</div>
This div background color is #0bbdeb
#0bbdeb Border Color
<div style="border:3px solid #0bbdeb">
Div here</div>
This div border color is #0bbdeb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(11,189,235, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #0bbdeb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #0bbdeb; -webkit-box-shadow: 1px 1px 3px 2px #0bbdeb; box-shadow: 1px 1px 3px 2px #0bbdeb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(11,189,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 #0bbdeb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #0bbdeb; -webkit-box-shadow: 1px 1px 3px 2px #0bbdeb; box-shadow: 1px 1px 3px 2px #0bbdeb;">
Div content here</div>
This div box has shadow with color #0bbdeb
Comments
No comments written yet.
Please login to write comment.