Color spaces of #89bfde
RGB | 137 | 191 | 222 |
---|---|---|---|
HSL | 0.56 | 0.56 | 0.70 |
HSV | 202° | 38° | 87° |
CMYK | 0.38 | 0.14 | 0.00 0.13 |
XYZ | 42.1321 | 47.8539 | 76.1234 |
Yxy | 47.8539 | 0.2536 | 0.2881 |
Hunter Lab | 69.1765 | -12.3431 | -16.8205 |
CIE-Lab | 74.7327 | -9.8523 | -21.0716 |
#89bfde color RGB value is (137,191,222).
#89bfde hex color red value is 137, green value is 191 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #89bfde hue: 0.56 , saturation: 0.56 and the lightness value of 89bfde is 0.70.
The process color (four color CMYK) of #89bfde color hex is 0.38, 0.14, 0.00, 0.13. Web safe color of #89bfde is #99cccc. Color #89bfde contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10001001 | 10111111 | 11011110 |
Octal | 211 | 277 | 336 |
Decimal | 137 | 191 | 222 |
Hex | 89 | BF | DE |
Shades of #89bfde
Tints of #89bfde
RGB Percentages of Color #89bfde
CMYK Percentages of Color #89bfde
Complementary Color
#89bfde | #dea889 |
#89bfde Color Preview on Black Background
Lorem ipsum dolor sit amet.
#89bfde Color Preview on White Background
Lorem ipsum dolor sit amet.
#89bfde Color CSS Codes
.mybgcolor {background-color:#89bfde; } .myforecolor {color:#89bfde; } .mybordercolor {border:3px solid #89bfde; }
#89bfde Text Font Color
<p style="color:#89bfde">Text here</p>
This sample text font color is #89bfde
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.
#89bfde Background Color
<div style="background-color:#89bfde">
Div content here</div>
This div background color is #89bfde
#89bfde Border Color
<div style="border:3px solid #89bfde">
Div here</div>
This div border color is #89bfde
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(137,191,222, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #89bfde; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #89bfde; -webkit-box-shadow: 1px 1px 3px 2px #89bfde; box-shadow: 1px 1px 3px 2px #89bfde; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(137,191,222, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #89bfde">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #89bfde; -webkit-box-shadow: 1px 1px 3px 2px #89bfde; box-shadow: 1px 1px 3px 2px #89bfde;">
Div content here</div>
This div box has shadow with color #89bfde
Comments
No comments written yet.
Please login to write comment.