Color spaces of #89dfaa
RGB | 137 | 223 | 170 |
---|---|---|---|
HSL | 0.40 | 0.57 | 0.71 |
HSV | 143° | 39° | 87° |
CMYK | 0.39 | 0.00 | 0.24 0.13 |
XYZ | 43.9599 | 60.9960 | 47.4867 |
Yxy | 60.9960 | 0.2884 | 0.4001 |
Hunter Lab | 78.0999 | -36.2031 | 18.6202 |
CIE-Lab | 82.3766 | -37.3650 | 17.9445 |
#89dfaa color RGB value is (137,223,170).
#89dfaa hex color red value is 137, green value is 223 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #89dfaa hue: 0.40 , saturation: 0.57 and the lightness value of 89dfaa is 0.71.
The process color (four color CMYK) of #89dfaa color hex is 0.39, 0.00, 0.24, 0.13. Web safe color of #89dfaa is #99cc99. Color #89dfaa contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10001001 | 11011111 | 10101010 |
Octal | 211 | 337 | 252 |
Decimal | 137 | 223 | 170 |
Hex | 89 | DF | AA |
Shades of #89dfaa
Tints of #89dfaa
RGB Percentages of Color #89dfaa
CMYK Percentages of Color #89dfaa
Complementary Color
#89dfaa | #df89be |
#89dfaa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#89dfaa Color Preview on White Background
Lorem ipsum dolor sit amet.
#89dfaa Color CSS Codes
.mybgcolor {background-color:#89dfaa; } .myforecolor {color:#89dfaa; } .mybordercolor {border:3px solid #89dfaa; }
#89dfaa Text Font Color
<p style="color:#89dfaa">Text here</p>
This sample text font color is #89dfaa
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.
#89dfaa Background Color
<div style="background-color:#89dfaa">
Div content here</div>
This div background color is #89dfaa
#89dfaa Border Color
<div style="border:3px solid #89dfaa">
Div here</div>
This div border color is #89dfaa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(137,223,170, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #89dfaa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #89dfaa; -webkit-box-shadow: 1px 1px 3px 2px #89dfaa; box-shadow: 1px 1px 3px 2px #89dfaa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(137,223,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 #89dfaa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #89dfaa; -webkit-box-shadow: 1px 1px 3px 2px #89dfaa; box-shadow: 1px 1px 3px 2px #89dfaa;">
Div content here</div>
This div box has shadow with color #89dfaa
Comments
No comments written yet.
Please login to write comment.