Color spaces of #9eabce
RGB | 158 | 171 | 206 |
---|---|---|---|
HSL | 0.62 | 0.33 | 0.71 |
HSV | 224° | 23° | 81° |
CMYK | 0.23 | 0.17 | 0.00 0.19 |
XYZ | 39.8040 | 40.8512 | 64.1797 |
Yxy | 40.8512 | 0.2748 | 0.2821 |
Hunter Lab | 63.9149 | -0.6876 | -14.7951 |
CIE-Lab | 70.0715 | 3.0834 | -19.2916 |
#9eabce color RGB value is (158,171,206).
#9eabce hex color red value is 158, green value is 171 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #9eabce hue: 0.62 , saturation: 0.33 and the lightness value of 9eabce is 0.71.
The process color (four color CMYK) of #9eabce color hex is 0.23, 0.17, 0.00, 0.19. Web safe color of #9eabce is #9999cc. Color #9eabce contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10011110 | 10101011 | 11001110 |
Octal | 236 | 253 | 316 |
Decimal | 158 | 171 | 206 |
Hex | 9E | AB | CE |
Shades of #9eabce
Tints of #9eabce
RGB Percentages of Color #9eabce
CMYK Percentages of Color #9eabce
Complementary Color
#9eabce | #cec19e |
#9eabce Color Preview on Black Background
Lorem ipsum dolor sit amet.
#9eabce Color Preview on White Background
Lorem ipsum dolor sit amet.
#9eabce Color CSS Codes
.mybgcolor {background-color:#9eabce; } .myforecolor {color:#9eabce; } .mybordercolor {border:3px solid #9eabce; }
#9eabce Text Font Color
<p style="color:#9eabce">Text here</p>
This sample text font color is #9eabce
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.
#9eabce Background Color
<div style="background-color:#9eabce">
Div content here</div>
This div background color is #9eabce
#9eabce Border Color
<div style="border:3px solid #9eabce">
Div here</div>
This div border color is #9eabce
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(158,171,206, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #9eabce; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #9eabce; -webkit-box-shadow: 1px 1px 3px 2px #9eabce; box-shadow: 1px 1px 3px 2px #9eabce; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(158,171,206, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #9eabce">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #9eabce; -webkit-box-shadow: 1px 1px 3px 2px #9eabce; box-shadow: 1px 1px 3px 2px #9eabce;">
Div content here</div>
This div box has shadow with color #9eabce
Comments
No comments written yet.
Please login to write comment.