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