Color spaces of #0bbeaa
RGB | 11 | 190 | 170 |
---|---|---|---|
HSL | 0.48 | 0.89 | 0.39 |
HSV | 173° | 94° | 75° |
CMYK | 0.94 | 0.00 | 0.11 0.25 |
XYZ | 25.8072 | 39.8003 | 44.3523 |
Yxy | 39.8003 | 0.2347 | 0.3620 |
Hunter Lab | 63.0875 | -37.3841 | 2.4787 |
CIE-Lab | 69.3271 | -44.0184 | -1.1414 |
#0bbeaa color RGB value is (11,190,170).
#0bbeaa hex color red value is 11, green value is 190 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #0bbeaa hue: 0.48 , saturation: 0.89 and the lightness value of 0bbeaa is 0.39.
The process color (four color CMYK) of #0bbeaa color hex is 0.94, 0.00, 0.11, 0.25. Web safe color of #0bbeaa is #00cc99. Color #0bbeaa contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00001011 | 10111110 | 10101010 |
Octal | 13 | 276 | 252 |
Decimal | 11 | 190 | 170 |
Hex | B | BE | AA |
Shades of #0bbeaa
Tints of #0bbeaa
RGB Percentages of Color #0bbeaa
CMYK Percentages of Color #0bbeaa
Complementary Color
#0bbeaa | #be0b1f |
#0bbeaa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#0bbeaa Color Preview on White Background
Lorem ipsum dolor sit amet.
#0bbeaa Color CSS Codes
.mybgcolor {background-color:#0bbeaa; } .myforecolor {color:#0bbeaa; } .mybordercolor {border:3px solid #0bbeaa; }
#0bbeaa Text Font Color
<p style="color:#0bbeaa">Text here</p>
This sample text font color is #0bbeaa
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.
#0bbeaa Background Color
<div style="background-color:#0bbeaa">
Div content here</div>
This div background color is #0bbeaa
#0bbeaa Border Color
<div style="border:3px solid #0bbeaa">
Div here</div>
This div border color is #0bbeaa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(11,190,170, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #0bbeaa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #0bbeaa; -webkit-box-shadow: 1px 1px 3px 2px #0bbeaa; box-shadow: 1px 1px 3px 2px #0bbeaa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(11,190,170, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #0bbeaa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #0bbeaa; -webkit-box-shadow: 1px 1px 3px 2px #0bbeaa; box-shadow: 1px 1px 3px 2px #0bbeaa;">
Div content here</div>
This div box has shadow with color #0bbeaa
Comments
No comments written yet.
Please login to write comment.