Color spaces of #89effb
RGB | 137 | 239 | 251 |
---|---|---|---|
HSL | 0.52 | 0.93 | 0.76 |
HSV | 186° | 45° | 98° |
CMYK | 0.45 | 0.05 | 0.00 0.02 |
XYZ | 58.5956 | 74.0164 | 102.4651 |
Yxy | 74.0164 | 0.2493 | 0.3149 |
Hunter Lab | 86.0328 | -28.9838 | -10.3915 |
CIE-Lab | 88.9302 | -26.7404 | -15.0764 |
#89effb color RGB value is (137,239,251).
#89effb hex color red value is 137, green value is 239 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #89effb hue: 0.52 , saturation: 0.93 and the lightness value of 89effb is 0.76.
The process color (four color CMYK) of #89effb color hex is 0.45, 0.05, 0.00, 0.02. Web safe color of #89effb is #99ffff. Color #89effb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10001001 | 11101111 | 11111011 |
Octal | 211 | 357 | 373 |
Decimal | 137 | 239 | 251 |
Hex | 89 | EF | FB |
Shades of #89effb
Tints of #89effb
RGB Percentages of Color #89effb
CMYK Percentages of Color #89effb
Complementary Color
#89effb | #fb9589 |
#89effb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#89effb Color Preview on White Background
Lorem ipsum dolor sit amet.
#89effb Color CSS Codes
.mybgcolor {background-color:#89effb; } .myforecolor {color:#89effb; } .mybordercolor {border:3px solid #89effb; }
#89effb Text Font Color
<p style="color:#89effb">Text here</p>
This sample text font color is #89effb
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.
#89effb Background Color
<div style="background-color:#89effb">
Div content here</div>
This div background color is #89effb
#89effb Border Color
<div style="border:3px solid #89effb">
Div here</div>
This div border color is #89effb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(137,239,251, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #89effb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #89effb; -webkit-box-shadow: 1px 1px 3px 2px #89effb; box-shadow: 1px 1px 3px 2px #89effb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(137,239,251, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #89effb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #89effb; -webkit-box-shadow: 1px 1px 3px 2px #89effb; box-shadow: 1px 1px 3px 2px #89effb;">
Div content here</div>
This div box has shadow with color #89effb
Comments
No comments written yet.
Please login to write comment.