Color spaces of #0abdfa
RGB | 10 | 189 | 250 |
---|---|---|---|
HSL | 0.54 | 0.96 | 0.51 |
HSV | 195° | 96° | 98° |
CMYK | 0.96 | 0.24 | 0.00 0.02 |
XYZ | 35.5781 | 43.3618 | 96.9370 |
Yxy | 43.3618 | 0.2023 | 0.2465 |
Hunter Lab | 65.8497 | -18.7947 | -41.1858 |
CIE-Lab | 71.7998 | -18.1029 | -41.0216 |
#0abdfa color RGB value is (10,189,250).
#0abdfa hex color red value is 10, green value is 189 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #0abdfa hue: 0.54 , saturation: 0.96 and the lightness value of 0abdfa is 0.51.
The process color (four color CMYK) of #0abdfa color hex is 0.96, 0.24, 0.00, 0.02. Web safe color of #0abdfa is #00ccff. Color #0abdfa contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00001010 | 10111101 | 11111010 |
Octal | 12 | 275 | 372 |
Decimal | 10 | 189 | 250 |
Hex | A | BD | FA |
Shades of #0abdfa
Tints of #0abdfa
RGB Percentages of Color #0abdfa
CMYK Percentages of Color #0abdfa
Complementary Color
#0abdfa | #fa470a |
#0abdfa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#0abdfa Color Preview on White Background
Lorem ipsum dolor sit amet.
#0abdfa Color CSS Codes
.mybgcolor {background-color:#0abdfa; } .myforecolor {color:#0abdfa; } .mybordercolor {border:3px solid #0abdfa; }
#0abdfa Text Font Color
<p style="color:#0abdfa">Text here</p>
This sample text font color is #0abdfa
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.
#0abdfa Background Color
<div style="background-color:#0abdfa">
Div content here</div>
This div background color is #0abdfa
#0abdfa Border Color
<div style="border:3px solid #0abdfa">
Div here</div>
This div border color is #0abdfa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(10,189,250, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #0abdfa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #0abdfa; -webkit-box-shadow: 1px 1px 3px 2px #0abdfa; box-shadow: 1px 1px 3px 2px #0abdfa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(10,189,250, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #0abdfa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #0abdfa; -webkit-box-shadow: 1px 1px 3px 2px #0abdfa; box-shadow: 1px 1px 3px 2px #0abdfa;">
Div content here</div>
This div box has shadow with color #0abdfa
Comments
No comments written yet.
Please login to write comment.