Color spaces of #93bbaa
RGB | 147 | 187 | 170 |
---|---|---|---|
HSL | 0.43 | 0.23 | 0.65 |
HSV | 155° | 21° | 73° |
CMYK | 0.21 | 0.00 | 0.09 0.27 |
XYZ | 37.0586 | 44.6460 | 44.6945 |
Yxy | 44.6460 | 0.2932 | 0.3532 |
Hunter Lab | 66.8177 | -17.9307 | 7.1131 |
CIE-Lab | 72.6582 | -16.8721 | 4.2216 |
#93bbaa color RGB value is (147,187,170).
#93bbaa hex color red value is 147, green value is 187 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #93bbaa hue: 0.43 , saturation: 0.23 and the lightness value of 93bbaa is 0.65.
The process color (four color CMYK) of #93bbaa color hex is 0.21, 0.00, 0.09, 0.27. Web safe color of #93bbaa is #99cc99. Color #93bbaa contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10010011 | 10111011 | 10101010 |
Octal | 223 | 273 | 252 |
Decimal | 147 | 187 | 170 |
Hex | 93 | BB | AA |
Shades of #93bbaa
Tints of #93bbaa
RGB Percentages of Color #93bbaa
CMYK Percentages of Color #93bbaa
Complementary Color
#93bbaa | #bb93a4 |
#93bbaa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#93bbaa Color Preview on White Background
Lorem ipsum dolor sit amet.
#93bbaa Color CSS Codes
.mybgcolor {background-color:#93bbaa; } .myforecolor {color:#93bbaa; } .mybordercolor {border:3px solid #93bbaa; }
#93bbaa Text Font Color
<p style="color:#93bbaa">Text here</p>
This sample text font color is #93bbaa
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.
#93bbaa Background Color
<div style="background-color:#93bbaa">
Div content here</div>
This div background color is #93bbaa
#93bbaa Border Color
<div style="border:3px solid #93bbaa">
Div here</div>
This div border color is #93bbaa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(147,187,170, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #93bbaa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #93bbaa; -webkit-box-shadow: 1px 1px 3px 2px #93bbaa; box-shadow: 1px 1px 3px 2px #93bbaa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(147,187,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 #93bbaa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #93bbaa; -webkit-box-shadow: 1px 1px 3px 2px #93bbaa; box-shadow: 1px 1px 3px 2px #93bbaa;">
Div content here</div>
This div box has shadow with color #93bbaa
Comments
No comments written yet.
Please login to write comment.