Color spaces of #9ebedb
RGB | 158 | 190 | 219 |
---|---|---|---|
HSL | 0.58 | 0.46 | 0.74 |
HSV | 209° | 28° | 86° |
CMYK | 0.28 | 0.13 | 0.00 0.14 |
XYZ | 45.3002 | 49.2105 | 74.1288 |
Yxy | 49.2105 | 0.2686 | 0.2918 |
Hunter Lab | 70.1502 | -7.4947 | -13.5475 |
CIE-Lab | 75.5821 | -4.1879 | -18.0430 |
#9ebedb color RGB value is (158,190,219).
#9ebedb hex color red value is 158, green value is 190 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #9ebedb hue: 0.58 , saturation: 0.46 and the lightness value of 9ebedb is 0.74.
The process color (four color CMYK) of #9ebedb color hex is 0.28, 0.13, 0.00, 0.14. Web safe color of #9ebedb is #99cccc. Color #9ebedb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10011110 | 10111110 | 11011011 |
Octal | 236 | 276 | 333 |
Decimal | 158 | 190 | 219 |
Hex | 9E | BE | DB |
Shades of #9ebedb
Tints of #9ebedb
RGB Percentages of Color #9ebedb
CMYK Percentages of Color #9ebedb
Complementary Color
#9ebedb | #dbbb9e |
#9ebedb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#9ebedb Color Preview on White Background
Lorem ipsum dolor sit amet.
#9ebedb Color CSS Codes
.mybgcolor {background-color:#9ebedb; } .myforecolor {color:#9ebedb; } .mybordercolor {border:3px solid #9ebedb; }
#9ebedb Text Font Color
<p style="color:#9ebedb">Text here</p>
This sample text font color is #9ebedb
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.
#9ebedb Background Color
<div style="background-color:#9ebedb">
Div content here</div>
This div background color is #9ebedb
#9ebedb Border Color
<div style="border:3px solid #9ebedb">
Div here</div>
This div border color is #9ebedb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(158,190,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #9ebedb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #9ebedb; -webkit-box-shadow: 1px 1px 3px 2px #9ebedb; box-shadow: 1px 1px 3px 2px #9ebedb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(158,190,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 #9ebedb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #9ebedb; -webkit-box-shadow: 1px 1px 3px 2px #9ebedb; box-shadow: 1px 1px 3px 2px #9ebedb;">
Div content here</div>
This div box has shadow with color #9ebedb
Comments
No comments written yet.
Please login to write comment.