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