Color spaces of #9ebaec
RGB | 158 | 186 | 236 |
---|---|---|---|
HSL | 0.61 | 0.67 | 0.77 |
HSV | 218° | 33° | 93° |
CMYK | 0.33 | 0.21 | 0.00 0.07 |
XYZ | 46.7998 | 48.4430 | 86.2407 |
Yxy | 48.4430 | 0.2579 | 0.2669 |
Hunter Lab | 69.6010 | -1.7781 | -24.7439 |
CIE-Lab | 75.1035 | 2.1381 | -27.9715 |
#9ebaec color RGB value is (158,186,236).
#9ebaec hex color red value is 158, green value is 186 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #9ebaec hue: 0.61 , saturation: 0.67 and the lightness value of 9ebaec is 0.77.
The process color (four color CMYK) of #9ebaec color hex is 0.33, 0.21, 0.00, 0.07. Web safe color of #9ebaec is #99ccff. Color #9ebaec contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10011110 | 10111010 | 11101100 |
Octal | 236 | 272 | 354 |
Decimal | 158 | 186 | 236 |
Hex | 9E | BA | EC |
Shades of #9ebaec
Tints of #9ebaec
RGB Percentages of Color #9ebaec
CMYK Percentages of Color #9ebaec
Complementary Color
#9ebaec | #ecd09e |
#9ebaec Color Preview on Black Background
Lorem ipsum dolor sit amet.
#9ebaec Color Preview on White Background
Lorem ipsum dolor sit amet.
#9ebaec Color CSS Codes
.mybgcolor {background-color:#9ebaec; } .myforecolor {color:#9ebaec; } .mybordercolor {border:3px solid #9ebaec; }
#9ebaec Text Font Color
<p style="color:#9ebaec">Text here</p>
This sample text font color is #9ebaec
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.
#9ebaec Background Color
<div style="background-color:#9ebaec">
Div content here</div>
This div background color is #9ebaec
#9ebaec Border Color
<div style="border:3px solid #9ebaec">
Div here</div>
This div border color is #9ebaec
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(158,186,236, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #9ebaec; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #9ebaec; -webkit-box-shadow: 1px 1px 3px 2px #9ebaec; box-shadow: 1px 1px 3px 2px #9ebaec; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(158,186,236, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #9ebaec">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #9ebaec; -webkit-box-shadow: 1px 1px 3px 2px #9ebaec; box-shadow: 1px 1px 3px 2px #9ebaec;">
Div content here</div>
This div box has shadow with color #9ebaec
Comments
No comments written yet.
Please login to write comment.