Color spaces of #9eabdf
RGB | 158 | 171 | 223 |
---|---|---|---|
HSL | 0.63 | 0.50 | 0.75 |
HSV | 228° | 29° | 87° |
CMYK | 0.29 | 0.23 | 0.00 0.13 |
XYZ | 41.9827 | 41.7226 | 75.6526 |
Yxy | 41.7226 | 0.2634 | 0.2618 |
Hunter Lab | 64.5930 | 2.9795 | -24.2265 |
CIE-Lab | 70.6792 | 7.1683 | -27.6936 |
#9eabdf color RGB value is (158,171,223).
#9eabdf hex color red value is 158, green value is 171 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #9eabdf hue: 0.63 , saturation: 0.50 and the lightness value of 9eabdf is 0.75.
The process color (four color CMYK) of #9eabdf color hex is 0.29, 0.23, 0.00, 0.13. Web safe color of #9eabdf is #9999cc. Color #9eabdf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10011110 | 10101011 | 11011111 |
Octal | 236 | 253 | 337 |
Decimal | 158 | 171 | 223 |
Hex | 9E | AB | DF |
Shades of #9eabdf
Tints of #9eabdf
RGB Percentages of Color #9eabdf
CMYK Percentages of Color #9eabdf
Complementary Color
#9eabdf | #dfd29e |
#9eabdf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#9eabdf Color Preview on White Background
Lorem ipsum dolor sit amet.
#9eabdf Color CSS Codes
.mybgcolor {background-color:#9eabdf; } .myforecolor {color:#9eabdf; } .mybordercolor {border:3px solid #9eabdf; }
#9eabdf Text Font Color
<p style="color:#9eabdf">Text here</p>
This sample text font color is #9eabdf
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.
#9eabdf Background Color
<div style="background-color:#9eabdf">
Div content here</div>
This div background color is #9eabdf
#9eabdf Border Color
<div style="border:3px solid #9eabdf">
Div here</div>
This div border color is #9eabdf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(158,171,223, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #9eabdf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #9eabdf; -webkit-box-shadow: 1px 1px 3px 2px #9eabdf; box-shadow: 1px 1px 3px 2px #9eabdf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(158,171,223, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #9eabdf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #9eabdf; -webkit-box-shadow: 1px 1px 3px 2px #9eabdf; box-shadow: 1px 1px 3px 2px #9eabdf;">
Div content here</div>
This div box has shadow with color #9eabdf
Comments
No comments written yet.
Please login to write comment.