Color spaces of #97bcaa
RGB | 151 | 188 | 170 |
---|---|---|---|
HSL | 0.42 | 0.22 | 0.66 |
HSV | 151° | 20° | 74° |
CMYK | 0.20 | 0.00 | 0.10 0.26 |
XYZ | 38.0014 | 45.4480 | 44.7997 |
Yxy | 45.4480 | 0.2963 | 0.3544 |
Hunter Lab | 67.4151 | -17.3574 | 7.7903 |
CIE-Lab | 73.1859 | -16.0751 | 5.0149 |
#97bcaa color RGB value is (151,188,170).
#97bcaa hex color red value is 151, green value is 188 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #97bcaa hue: 0.42 , saturation: 0.22 and the lightness value of 97bcaa is 0.66.
The process color (four color CMYK) of #97bcaa color hex is 0.20, 0.00, 0.10, 0.26. Web safe color of #97bcaa is #99cc99. Color #97bcaa contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10010111 | 10111100 | 10101010 |
Octal | 227 | 274 | 252 |
Decimal | 151 | 188 | 170 |
Hex | 97 | BC | AA |
Shades of #97bcaa
Tints of #97bcaa
RGB Percentages of Color #97bcaa
CMYK Percentages of Color #97bcaa
Complementary Color
#97bcaa | #bc97a9 |
#97bcaa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#97bcaa Color Preview on White Background
Lorem ipsum dolor sit amet.
#97bcaa Color CSS Codes
.mybgcolor {background-color:#97bcaa; } .myforecolor {color:#97bcaa; } .mybordercolor {border:3px solid #97bcaa; }
#97bcaa Text Font Color
<p style="color:#97bcaa">Text here</p>
This sample text font color is #97bcaa
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.
#97bcaa Background Color
<div style="background-color:#97bcaa">
Div content here</div>
This div background color is #97bcaa
#97bcaa Border Color
<div style="border:3px solid #97bcaa">
Div here</div>
This div border color is #97bcaa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(151,188,170, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #97bcaa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #97bcaa; -webkit-box-shadow: 1px 1px 3px 2px #97bcaa; box-shadow: 1px 1px 3px 2px #97bcaa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(151,188,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 #97bcaa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #97bcaa; -webkit-box-shadow: 1px 1px 3px 2px #97bcaa; box-shadow: 1px 1px 3px 2px #97bcaa;">
Div content here</div>
This div box has shadow with color #97bcaa
Comments
No comments written yet.
Please login to write comment.