Color spaces of #9eaaec
RGB | 158 | 170 | 236 |
---|---|---|---|
HSL | 0.64 | 0.67 | 0.77 |
HSV | 231° | 33° | 93° |
CMYK | 0.33 | 0.28 | 0.00 0.07 |
XYZ | 43.6156 | 42.0747 | 85.1793 |
Yxy | 42.0747 | 0.2553 | 0.2462 |
Hunter Lab | 64.8650 | 6.5106 | -32.4528 |
CIE-Lab | 70.9224 | 10.9944 | -34.4180 |
#9eaaec color RGB value is (158,170,236).
#9eaaec hex color red value is 158, green value is 170 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #9eaaec hue: 0.64 , saturation: 0.67 and the lightness value of 9eaaec is 0.77.
The process color (four color CMYK) of #9eaaec color hex is 0.33, 0.28, 0.00, 0.07. Web safe color of #9eaaec is #9999ff. Color #9eaaec contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10011110 | 10101010 | 11101100 |
Octal | 236 | 252 | 354 |
Decimal | 158 | 170 | 236 |
Hex | 9E | AA | EC |
Shades of #9eaaec
Tints of #9eaaec
RGB Percentages of Color #9eaaec
CMYK Percentages of Color #9eaaec
Complementary Color
#9eaaec | #ece09e |
#9eaaec Color Preview on Black Background
Lorem ipsum dolor sit amet.
#9eaaec Color Preview on White Background
Lorem ipsum dolor sit amet.
#9eaaec Color CSS Codes
.mybgcolor {background-color:#9eaaec; } .myforecolor {color:#9eaaec; } .mybordercolor {border:3px solid #9eaaec; }
#9eaaec Text Font Color
<p style="color:#9eaaec">Text here</p>
This sample text font color is #9eaaec
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.
#9eaaec Background Color
<div style="background-color:#9eaaec">
Div content here</div>
This div background color is #9eaaec
#9eaaec Border Color
<div style="border:3px solid #9eaaec">
Div here</div>
This div border color is #9eaaec
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(158,170,236, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #9eaaec; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #9eaaec; -webkit-box-shadow: 1px 1px 3px 2px #9eaaec; box-shadow: 1px 1px 3px 2px #9eaaec; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(158,170,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 #9eaaec">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #9eaaec; -webkit-box-shadow: 1px 1px 3px 2px #9eaaec; box-shadow: 1px 1px 3px 2px #9eaaec;">
Div content here</div>
This div box has shadow with color #9eaaec
Comments
No comments written yet.
Please login to write comment.