Color spaces of #899deb
RGB | 137 | 157 | 235 |
---|---|---|---|
HSL | 0.63 | 0.71 | 0.73 |
HSV | 228° | 42° | 92° |
CMYK | 0.42 | 0.33 | 0.00 0.08 |
XYZ | 37.3689 | 35.4305 | 83.4665 |
Yxy | 35.4305 | 0.2391 | 0.2267 |
Hunter Lab | 59.5235 | 7.8962 | -41.4726 |
CIE-Lab | 66.0825 | 12.4881 | -41.5191 |
#899deb color RGB value is (137,157,235).
#899deb hex color red value is 137, green value is 157 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #899deb hue: 0.63 , saturation: 0.71 and the lightness value of 899deb is 0.73.
The process color (four color CMYK) of #899deb color hex is 0.42, 0.33, 0.00, 0.08. Web safe color of #899deb is #9999ff. Color #899deb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10001001 | 10011101 | 11101011 |
Octal | 211 | 235 | 353 |
Decimal | 137 | 157 | 235 |
Hex | 89 | 9D | EB |
Shades of #899deb
Tints of #899deb
RGB Percentages of Color #899deb
CMYK Percentages of Color #899deb
Complementary Color
#899deb | #ebd789 |
#899deb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#899deb Color Preview on White Background
Lorem ipsum dolor sit amet.
#899deb Color CSS Codes
.mybgcolor {background-color:#899deb; } .myforecolor {color:#899deb; } .mybordercolor {border:3px solid #899deb; }
#899deb Text Font Color
<p style="color:#899deb">Text here</p>
This sample text font color is #899deb
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.
#899deb Background Color
<div style="background-color:#899deb">
Div content here</div>
This div background color is #899deb
#899deb Border Color
<div style="border:3px solid #899deb">
Div here</div>
This div border color is #899deb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(137,157,235, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #899deb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #899deb; -webkit-box-shadow: 1px 1px 3px 2px #899deb; box-shadow: 1px 1px 3px 2px #899deb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(137,157,235, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #899deb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #899deb; -webkit-box-shadow: 1px 1px 3px 2px #899deb; box-shadow: 1px 1px 3px 2px #899deb;">
Div content here</div>
This div box has shadow with color #899deb
Comments
No comments written yet.
Please login to write comment.