Color spaces of #9bcaaa
RGB | 155 | 202 | 170 |
---|---|---|---|
HSL | 0.39 | 0.31 | 0.70 |
HSV | 139° | 23° | 79° |
CMYK | 0.23 | 0.00 | 0.16 0.21 |
XYZ | 41.8938 | 52.1119 | 45.8808 |
Yxy | 52.1119 | 0.2995 | 0.3725 |
Hunter Lab | 72.1886 | -22.7396 | 12.8491 |
CIE-Lab | 77.3477 | -21.8440 | 11.0033 |
#9bcaaa color RGB value is (155,202,170).
#9bcaaa hex color red value is 155, green value is 202 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #9bcaaa hue: 0.39 , saturation: 0.31 and the lightness value of 9bcaaa is 0.70.
The process color (four color CMYK) of #9bcaaa color hex is 0.23, 0.00, 0.16, 0.21. Web safe color of #9bcaaa is #99cc99. Color #9bcaaa contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10011011 | 11001010 | 10101010 |
Octal | 233 | 312 | 252 |
Decimal | 155 | 202 | 170 |
Hex | 9B | CA | AA |
Shades of #9bcaaa
Tints of #9bcaaa
RGB Percentages of Color #9bcaaa
CMYK Percentages of Color #9bcaaa
Complementary Color
#9bcaaa | #ca9bbb |
#9bcaaa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#9bcaaa Color Preview on White Background
Lorem ipsum dolor sit amet.
#9bcaaa Color CSS Codes
.mybgcolor {background-color:#9bcaaa; } .myforecolor {color:#9bcaaa; } .mybordercolor {border:3px solid #9bcaaa; }
#9bcaaa Text Font Color
<p style="color:#9bcaaa">Text here</p>
This sample text font color is #9bcaaa
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.
#9bcaaa Background Color
<div style="background-color:#9bcaaa">
Div content here</div>
This div background color is #9bcaaa
#9bcaaa Border Color
<div style="border:3px solid #9bcaaa">
Div here</div>
This div border color is #9bcaaa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(155,202,170, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #9bcaaa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #9bcaaa; -webkit-box-shadow: 1px 1px 3px 2px #9bcaaa; box-shadow: 1px 1px 3px 2px #9bcaaa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(155,202,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 #9bcaaa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #9bcaaa; -webkit-box-shadow: 1px 1px 3px 2px #9bcaaa; box-shadow: 1px 1px 3px 2px #9bcaaa;">
Div content here</div>
This div box has shadow with color #9bcaaa
Comments
No comments written yet.
Please login to write comment.