Color spaces of #9abbbe
RGB | 154 | 187 | 190 |
---|---|---|---|
HSL | 0.51 | 0.22 | 0.67 |
HSV | 185° | 19° | 75° |
CMYK | 0.19 | 0.02 | 0.00 0.25 |
XYZ | 40.3910 | 46.1284 | 55.4900 |
Yxy | 46.1284 | 0.2844 | 0.3248 |
Hunter Lab | 67.9179 | -12.7018 | -0.8984 |
CIE-Lab | 73.6288 | -10.4196 | -5.2203 |
#9abbbe color RGB value is (154,187,190).
#9abbbe hex color red value is 154, green value is 187 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #9abbbe hue: 0.51 , saturation: 0.22 and the lightness value of 9abbbe is 0.67.
The process color (four color CMYK) of #9abbbe color hex is 0.19, 0.02, 0.00, 0.25. Web safe color of #9abbbe is #99cccc. Color #9abbbe contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10011010 | 10111011 | 10111110 |
Octal | 232 | 273 | 276 |
Decimal | 154 | 187 | 190 |
Hex | 9A | BB | BE |
Shades of #9abbbe
Tints of #9abbbe
RGB Percentages of Color #9abbbe
CMYK Percentages of Color #9abbbe
Complementary Color
#9abbbe | #be9d9a |
#9abbbe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#9abbbe Color Preview on White Background
Lorem ipsum dolor sit amet.
#9abbbe Color CSS Codes
.mybgcolor {background-color:#9abbbe; } .myforecolor {color:#9abbbe; } .mybordercolor {border:3px solid #9abbbe; }
#9abbbe Text Font Color
<p style="color:#9abbbe">Text here</p>
This sample text font color is #9abbbe
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.
#9abbbe Background Color
<div style="background-color:#9abbbe">
Div content here</div>
This div background color is #9abbbe
#9abbbe Border Color
<div style="border:3px solid #9abbbe">
Div here</div>
This div border color is #9abbbe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(154,187,190, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #9abbbe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #9abbbe; -webkit-box-shadow: 1px 1px 3px 2px #9abbbe; box-shadow: 1px 1px 3px 2px #9abbbe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(154,187,190, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #9abbbe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #9abbbe; -webkit-box-shadow: 1px 1px 3px 2px #9abbbe; box-shadow: 1px 1px 3px 2px #9abbbe;">
Div content here</div>
This div box has shadow with color #9abbbe
Comments
No comments written yet.
Please login to write comment.