Color spaces of #89dbaa
RGB | 137 | 219 | 170 |
---|---|---|---|
HSL | 0.40 | 0.53 | 0.70 |
HSV | 144° | 37° | 86° |
CMYK | 0.37 | 0.00 | 0.22 0.14 |
XYZ | 42.9037 | 58.8837 | 47.1346 |
Yxy | 58.8837 | 0.2881 | 0.3954 |
Hunter Lab | 76.7357 | -34.4864 | 17.2964 |
CIE-Lab | 81.2276 | -35.5345 | 16.3393 |
#89dbaa color RGB value is (137,219,170).
#89dbaa hex color red value is 137, green value is 219 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #89dbaa hue: 0.40 , saturation: 0.53 and the lightness value of 89dbaa is 0.70.
The process color (four color CMYK) of #89dbaa color hex is 0.37, 0.00, 0.22, 0.14. Web safe color of #89dbaa is #99cc99. Color #89dbaa contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10001001 | 11011011 | 10101010 |
Octal | 211 | 333 | 252 |
Decimal | 137 | 219 | 170 |
Hex | 89 | DB | AA |
Shades of #89dbaa
Tints of #89dbaa
RGB Percentages of Color #89dbaa
CMYK Percentages of Color #89dbaa
Complementary Color
#89dbaa | #db89ba |
#89dbaa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#89dbaa Color Preview on White Background
Lorem ipsum dolor sit amet.
#89dbaa Color CSS Codes
.mybgcolor {background-color:#89dbaa; } .myforecolor {color:#89dbaa; } .mybordercolor {border:3px solid #89dbaa; }
#89dbaa Text Font Color
<p style="color:#89dbaa">Text here</p>
This sample text font color is #89dbaa
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.
#89dbaa Background Color
<div style="background-color:#89dbaa">
Div content here</div>
This div background color is #89dbaa
#89dbaa Border Color
<div style="border:3px solid #89dbaa">
Div here</div>
This div border color is #89dbaa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(137,219,170, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #89dbaa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #89dbaa; -webkit-box-shadow: 1px 1px 3px 2px #89dbaa; box-shadow: 1px 1px 3px 2px #89dbaa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(137,219,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 #89dbaa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #89dbaa; -webkit-box-shadow: 1px 1px 3px 2px #89dbaa; box-shadow: 1px 1px 3px 2px #89dbaa;">
Div content here</div>
This div box has shadow with color #89dbaa
Comments
No comments written yet.
Please login to write comment.