Color spaces of #89fbbd
RGB | 137 | 251 | 189 |
---|---|---|---|
HSL | 0.41 | 0.93 | 0.76 |
HSV | 147° | 45° | 98° |
CMYK | 0.45 | 0.00 | 0.25 0.02 |
XYZ | 53.9990 | 77.9868 | 60.3510 |
Yxy | 77.9868 | 0.2808 | 0.4055 |
Hunter Lab | 88.3101 | -45.3953 | 21.2984 |
CIE-Lab | 90.7739 | -46.1190 | 19.8053 |
#89fbbd color RGB value is (137,251,189).
#89fbbd hex color red value is 137, green value is 251 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #89fbbd hue: 0.41 , saturation: 0.93 and the lightness value of 89fbbd is 0.76.
The process color (four color CMYK) of #89fbbd color hex is 0.45, 0.00, 0.25, 0.02. Web safe color of #89fbbd is #99ffcc. Color #89fbbd contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10001001 | 11111011 | 10111101 |
Octal | 211 | 373 | 275 |
Decimal | 137 | 251 | 189 |
Hex | 89 | FB | BD |
Shades of #89fbbd
Tints of #89fbbd
RGB Percentages of Color #89fbbd
CMYK Percentages of Color #89fbbd
Complementary Color
#89fbbd | #fb89c7 |
#89fbbd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#89fbbd Color Preview on White Background
Lorem ipsum dolor sit amet.
#89fbbd Color CSS Codes
.mybgcolor {background-color:#89fbbd; } .myforecolor {color:#89fbbd; } .mybordercolor {border:3px solid #89fbbd; }
#89fbbd Text Font Color
<p style="color:#89fbbd">Text here</p>
This sample text font color is #89fbbd
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.
#89fbbd Background Color
<div style="background-color:#89fbbd">
Div content here</div>
This div background color is #89fbbd
#89fbbd Border Color
<div style="border:3px solid #89fbbd">
Div here</div>
This div border color is #89fbbd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(137,251,189, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #89fbbd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #89fbbd; -webkit-box-shadow: 1px 1px 3px 2px #89fbbd; box-shadow: 1px 1px 3px 2px #89fbbd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(137,251,189, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #89fbbd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #89fbbd; -webkit-box-shadow: 1px 1px 3px 2px #89fbbd; box-shadow: 1px 1px 3px 2px #89fbbd;">
Div content here</div>
This div box has shadow with color #89fbbd
Comments
No comments written yet.
Please login to write comment.