Color spaces of #0baabf
RGB | 11 | 170 | 191 |
---|---|---|---|
HSL | 0.52 | 0.89 | 0.40 |
HSV | 187° | 94° | 75° |
CMYK | 0.94 | 0.11 | 0.00 0.25 |
XYZ | 23.9167 | 32.5822 | 54.3187 |
Yxy | 32.5822 | 0.2158 | 0.2940 |
Hunter Lab | 57.0808 | -25.1004 | -16.4644 |
CIE-Lab | 63.8212 | -28.3934 | -20.9979 |
#0baabf color RGB value is (11,170,191).
#0baabf hex color red value is 11, green value is 170 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #0baabf hue: 0.52 , saturation: 0.89 and the lightness value of 0baabf is 0.40.
The process color (four color CMYK) of #0baabf color hex is 0.94, 0.11, 0.00, 0.25. Web safe color of #0baabf is #0099cc. Color #0baabf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00001011 | 10101010 | 10111111 |
Octal | 13 | 252 | 277 |
Decimal | 11 | 170 | 191 |
Hex | B | AA | BF |
Shades of #0baabf
Tints of #0baabf
RGB Percentages of Color #0baabf
CMYK Percentages of Color #0baabf
Complementary Color
#0baabf | #bf200b |
#0baabf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#0baabf Color Preview on White Background
Lorem ipsum dolor sit amet.
#0baabf Color CSS Codes
.mybgcolor {background-color:#0baabf; } .myforecolor {color:#0baabf; } .mybordercolor {border:3px solid #0baabf; }
#0baabf Text Font Color
<p style="color:#0baabf">Text here</p>
This sample text font color is #0baabf
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.
#0baabf Background Color
<div style="background-color:#0baabf">
Div content here</div>
This div background color is #0baabf
#0baabf Border Color
<div style="border:3px solid #0baabf">
Div here</div>
This div border color is #0baabf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(11,170,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #0baabf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #0baabf; -webkit-box-shadow: 1px 1px 3px 2px #0baabf; box-shadow: 1px 1px 3px 2px #0baabf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(11,170,191, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #0baabf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #0baabf; -webkit-box-shadow: 1px 1px 3px 2px #0baabf; box-shadow: 1px 1px 3px 2px #0baabf;">
Div content here</div>
This div box has shadow with color #0baabf
Comments
No comments written yet.
Please login to write comment.