Color spaces of #89ffbb
RGB | 137 | 255 | 187 |
---|---|---|---|
HSL | 0.40 | 1.00 | 0.77 |
HSV | 145° | 46° | 100° |
CMYK | 0.46 | 0.00 | 0.27 0.00 |
XYZ | 55.0462 | 80.4262 | 59.6363 |
Yxy | 80.4262 | 0.2821 | 0.4122 |
Hunter Lab | 89.6807 | -47.3774 | 23.3495 |
CIE-Lab | 91.8758 | -48.2086 | 22.3562 |
#89ffbb color RGB value is (137,255,187).
#89ffbb hex color red value is 137, green value is 255 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #89ffbb hue: 0.40 , saturation: 1.00 and the lightness value of 89ffbb is 0.77.
The process color (four color CMYK) of #89ffbb color hex is 0.46, 0.00, 0.27, 0.00. Web safe color of #89ffbb is #99ffcc. Color #89ffbb contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10001001 | 11111111 | 10111011 |
Octal | 211 | 377 | 273 |
Decimal | 137 | 255 | 187 |
Hex | 89 | FF | BB |
Shades of #89ffbb
Tints of #89ffbb
RGB Percentages of Color #89ffbb
CMYK Percentages of Color #89ffbb
Complementary Color
#89ffbb | #ff89cd |
#89ffbb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#89ffbb Color Preview on White Background
Lorem ipsum dolor sit amet.
#89ffbb Color CSS Codes
.mybgcolor {background-color:#89ffbb; } .myforecolor {color:#89ffbb; } .mybordercolor {border:3px solid #89ffbb; }
#89ffbb Text Font Color
<p style="color:#89ffbb">Text here</p>
This sample text font color is #89ffbb
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.
#89ffbb Background Color
<div style="background-color:#89ffbb">
Div content here</div>
This div background color is #89ffbb
#89ffbb Border Color
<div style="border:3px solid #89ffbb">
Div here</div>
This div border color is #89ffbb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(137,255,187, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #89ffbb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #89ffbb; -webkit-box-shadow: 1px 1px 3px 2px #89ffbb; box-shadow: 1px 1px 3px 2px #89ffbb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(137,255,187, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #89ffbb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #89ffbb; -webkit-box-shadow: 1px 1px 3px 2px #89ffbb; box-shadow: 1px 1px 3px 2px #89ffbb;">
Div content here</div>
This div box has shadow with color #89ffbb
Comments
No comments written yet.
Please login to write comment.