Color spaces of #89adfb
RGB | 137 | 173 | 251 |
---|---|---|---|
HSL | 0.61 | 0.93 | 0.76 |
HSV | 221° | 45° | 98° |
CMYK | 0.45 | 0.31 | 0.00 0.02 |
XYZ | 42.6727 | 42.1705 | 97.1574 |
Yxy | 42.1705 | 0.2345 | 0.2317 |
Hunter Lab | 64.9388 | 3.6533 | -43.2488 |
CIE-Lab | 70.9883 | 7.9109 | -42.5665 |
#89adfb color RGB value is (137,173,251).
#89adfb hex color red value is 137, green value is 173 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #89adfb hue: 0.61 , saturation: 0.93 and the lightness value of 89adfb is 0.76.
The process color (four color CMYK) of #89adfb color hex is 0.45, 0.31, 0.00, 0.02. Web safe color of #89adfb is #9999ff. Color #89adfb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10001001 | 10101101 | 11111011 |
Octal | 211 | 255 | 373 |
Decimal | 137 | 173 | 251 |
Hex | 89 | AD | FB |
Shades of #89adfb
Tints of #89adfb
RGB Percentages of Color #89adfb
CMYK Percentages of Color #89adfb
Complementary Color
#89adfb | #fbd789 |
#89adfb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#89adfb Color Preview on White Background
Lorem ipsum dolor sit amet.
#89adfb Color CSS Codes
.mybgcolor {background-color:#89adfb; } .myforecolor {color:#89adfb; } .mybordercolor {border:3px solid #89adfb; }
#89adfb Text Font Color
<p style="color:#89adfb">Text here</p>
This sample text font color is #89adfb
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.
#89adfb Background Color
<div style="background-color:#89adfb">
Div content here</div>
This div background color is #89adfb
#89adfb Border Color
<div style="border:3px solid #89adfb">
Div here</div>
This div border color is #89adfb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(137,173,251, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #89adfb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #89adfb; -webkit-box-shadow: 1px 1px 3px 2px #89adfb; box-shadow: 1px 1px 3px 2px #89adfb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(137,173,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 #89adfb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #89adfb; -webkit-box-shadow: 1px 1px 3px 2px #89adfb; box-shadow: 1px 1px 3px 2px #89adfb;">
Div content here</div>
This div box has shadow with color #89adfb
Comments
No comments written yet.
Please login to write comment.