Color spaces of #89fbcb
RGB | 137 | 251 | 203 |
---|---|---|---|
HSL | 0.43 | 0.93 | 0.76 |
HSV | 155° | 45° | 98° |
CMYK | 0.45 | 0.00 | 0.19 0.02 |
XYZ | 55.5932 | 78.6245 | 68.7459 |
Yxy | 78.6245 | 0.2739 | 0.3874 |
Hunter Lab | 88.6705 | -43.2602 | 16.1020 |
CIE-Lab | 91.0641 | -43.3343 | 13.0164 |
#89fbcb color RGB value is (137,251,203).
#89fbcb hex color red value is 137, green value is 251 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #89fbcb hue: 0.43 , saturation: 0.93 and the lightness value of 89fbcb is 0.76.
The process color (four color CMYK) of #89fbcb color hex is 0.45, 0.00, 0.19, 0.02. Web safe color of #89fbcb is #99ffcc. Color #89fbcb contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10001001 | 11111011 | 11001011 |
Octal | 211 | 373 | 313 |
Decimal | 137 | 251 | 203 |
Hex | 89 | FB | CB |
Shades of #89fbcb
Tints of #89fbcb
RGB Percentages of Color #89fbcb
CMYK Percentages of Color #89fbcb
Complementary Color
#89fbcb | #fb89b9 |
#89fbcb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#89fbcb Color Preview on White Background
Lorem ipsum dolor sit amet.
#89fbcb Color CSS Codes
.mybgcolor {background-color:#89fbcb; } .myforecolor {color:#89fbcb; } .mybordercolor {border:3px solid #89fbcb; }
#89fbcb Text Font Color
<p style="color:#89fbcb">Text here</p>
This sample text font color is #89fbcb
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.
#89fbcb Background Color
<div style="background-color:#89fbcb">
Div content here</div>
This div background color is #89fbcb
#89fbcb Border Color
<div style="border:3px solid #89fbcb">
Div here</div>
This div border color is #89fbcb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(137,251,203, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #89fbcb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #89fbcb; -webkit-box-shadow: 1px 1px 3px 2px #89fbcb; box-shadow: 1px 1px 3px 2px #89fbcb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(137,251,203, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #89fbcb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #89fbcb; -webkit-box-shadow: 1px 1px 3px 2px #89fbcb; box-shadow: 1px 1px 3px 2px #89fbcb;">
Div content here</div>
This div box has shadow with color #89fbcb
Comments
No comments written yet.
Please login to write comment.