Color spaces of #0bcaff
RGB | 11 | 202 | 255 |
---|---|---|---|
HSL | 0.54 | 1.00 | 0.52 |
HSV | 193° | 96° | 100° |
CMYK | 0.96 | 0.21 | 0.00 0.00 |
XYZ | 39.3085 | 49.5322 | 102.0966 |
Yxy | 49.5322 | 0.2059 | 0.2594 |
Hunter Lab | 70.3791 | -23.4667 | -36.7446 |
CIE-Lab | 75.7812 | -23.0861 | -37.5119 |
#0bcaff color RGB value is (11,202,255).
#0bcaff hex color red value is 11, green value is 202 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #0bcaff hue: 0.54 , saturation: 1.00 and the lightness value of 0bcaff is 0.52.
The process color (four color CMYK) of #0bcaff color hex is 0.96, 0.21, 0.00, 0.00. Web safe color of #0bcaff is #00ccff. Color #0bcaff contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00001011 | 11001010 | 11111111 |
Octal | 13 | 312 | 377 |
Decimal | 11 | 202 | 255 |
Hex | B | CA | FF |
Shades of #0bcaff
Tints of #0bcaff
RGB Percentages of Color #0bcaff
CMYK Percentages of Color #0bcaff
Complementary Color
#0bcaff | #ff400b |
#0bcaff Color Preview on Black Background
Lorem ipsum dolor sit amet.
#0bcaff Color Preview on White Background
Lorem ipsum dolor sit amet.
#0bcaff Color CSS Codes
.mybgcolor {background-color:#0bcaff; } .myforecolor {color:#0bcaff; } .mybordercolor {border:3px solid #0bcaff; }
#0bcaff Text Font Color
<p style="color:#0bcaff">Text here</p>
This sample text font color is #0bcaff
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.
#0bcaff Background Color
<div style="background-color:#0bcaff">
Div content here</div>
This div background color is #0bcaff
#0bcaff Border Color
<div style="border:3px solid #0bcaff">
Div here</div>
This div border color is #0bcaff
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(11,202,255, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #0bcaff; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #0bcaff; -webkit-box-shadow: 1px 1px 3px 2px #0bcaff; box-shadow: 1px 1px 3px 2px #0bcaff; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(11,202,255, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #0bcaff">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #0bcaff; -webkit-box-shadow: 1px 1px 3px 2px #0bcaff; box-shadow: 1px 1px 3px 2px #0bcaff;">
Div content here</div>
This div box has shadow with color #0bcaff
Comments
No comments written yet.
Please login to write comment.