Color spaces of #0abbbd
RGB | 10 | 187 | 189 |
---|---|---|---|
HSL | 0.50 | 0.90 | 0.39 |
HSV | 181° | 95° | 74° |
CMYK | 0.95 | 0.01 | 0.00 0.26 |
XYZ | 27.0808 | 39.2793 | 54.2985 |
Yxy | 39.2793 | 0.2244 | 0.3255 |
Hunter Lab | 62.6732 | -32.5491 | -7.4961 |
CIE-Lab | 68.9531 | -37.1657 | -12.1301 |
#0abbbd color RGB value is (10,187,189).
#0abbbd hex color red value is 10, green value is 187 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #0abbbd hue: 0.50 , saturation: 0.90 and the lightness value of 0abbbd is 0.39.
The process color (four color CMYK) of #0abbbd color hex is 0.95, 0.01, 0.00, 0.26. Web safe color of #0abbbd is #00cccc. Color #0abbbd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00001010 | 10111011 | 10111101 |
Octal | 12 | 273 | 275 |
Decimal | 10 | 187 | 189 |
Hex | A | BB | BD |
Shades of #0abbbd
Tints of #0abbbd
RGB Percentages of Color #0abbbd
CMYK Percentages of Color #0abbbd
Complementary Color
#0abbbd | #bd0c0a |
#0abbbd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#0abbbd Color Preview on White Background
Lorem ipsum dolor sit amet.
#0abbbd Color CSS Codes
.mybgcolor {background-color:#0abbbd; } .myforecolor {color:#0abbbd; } .mybordercolor {border:3px solid #0abbbd; }
#0abbbd Text Font Color
<p style="color:#0abbbd">Text here</p>
This sample text font color is #0abbbd
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.
#0abbbd Background Color
<div style="background-color:#0abbbd">
Div content here</div>
This div background color is #0abbbd
#0abbbd Border Color
<div style="border:3px solid #0abbbd">
Div here</div>
This div border color is #0abbbd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(10,187,189, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #0abbbd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #0abbbd; -webkit-box-shadow: 1px 1px 3px 2px #0abbbd; box-shadow: 1px 1px 3px 2px #0abbbd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(10,187,189, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #0abbbd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #0abbbd; -webkit-box-shadow: 1px 1px 3px 2px #0abbbd; box-shadow: 1px 1px 3px 2px #0abbbd;">
Div content here</div>
This div box has shadow with color #0abbbd
Comments
No comments written yet.
Please login to write comment.