Color spaces of #899edb
RGB | 137 | 158 | 219 |
---|---|---|---|
HSL | 0.62 | 0.53 | 0.70 |
HSV | 225° | 37° | 86° |
CMYK | 0.37 | 0.28 | 0.00 0.14 |
XYZ | 35.3296 | 34.8866 | 71.8895 |
Yxy | 34.8866 | 0.2486 | 0.2455 |
Hunter Lab | 59.0649 | 3.4061 | -30.8181 |
CIE-Lab | 65.6603 | 7.5198 | -33.3597 |
#899edb color RGB value is (137,158,219).
#899edb hex color red value is 137, green value is 158 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #899edb hue: 0.62 , saturation: 0.53 and the lightness value of 899edb is 0.70.
The process color (four color CMYK) of #899edb color hex is 0.37, 0.28, 0.00, 0.14. Web safe color of #899edb is #9999cc. Color #899edb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10001001 | 10011110 | 11011011 |
Octal | 211 | 236 | 333 |
Decimal | 137 | 158 | 219 |
Hex | 89 | 9E | DB |
Shades of #899edb
Tints of #899edb
RGB Percentages of Color #899edb
CMYK Percentages of Color #899edb
Complementary Color
#899edb | #dbc689 |
#899edb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#899edb Color Preview on White Background
Lorem ipsum dolor sit amet.
#899edb Color CSS Codes
.mybgcolor {background-color:#899edb; } .myforecolor {color:#899edb; } .mybordercolor {border:3px solid #899edb; }
#899edb Text Font Color
<p style="color:#899edb">Text here</p>
This sample text font color is #899edb
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.
#899edb Background Color
<div style="background-color:#899edb">
Div content here</div>
This div background color is #899edb
#899edb Border Color
<div style="border:3px solid #899edb">
Div here</div>
This div border color is #899edb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(137,158,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #899edb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #899edb; -webkit-box-shadow: 1px 1px 3px 2px #899edb; box-shadow: 1px 1px 3px 2px #899edb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(137,158,219, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #899edb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #899edb; -webkit-box-shadow: 1px 1px 3px 2px #899edb; box-shadow: 1px 1px 3px 2px #899edb;">
Div content here</div>
This div box has shadow with color #899edb
Comments
No comments written yet.
Please login to write comment.