Color spaces of #9abadd
RGB | 154 | 186 | 221 |
---|---|---|---|
HSL | 0.59 | 0.50 | 0.74 |
HSV | 211° | 30° | 87° |
CMYK | 0.30 | 0.16 | 0.00 0.13 |
XYZ | 43.9365 | 47.2083 | 75.2030 |
Yxy | 47.2083 | 0.2641 | 0.2838 |
Hunter Lab | 68.7083 | -6.0951 | -16.7986 |
CIE-Lab | 74.3228 | -2.7190 | -21.0599 |
#9abadd color RGB value is (154,186,221).
#9abadd hex color red value is 154, green value is 186 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #9abadd hue: 0.59 , saturation: 0.50 and the lightness value of 9abadd is 0.74.
The process color (four color CMYK) of #9abadd color hex is 0.30, 0.16, 0.00, 0.13. Web safe color of #9abadd is #99cccc. Color #9abadd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10011010 | 10111010 | 11011101 |
Octal | 232 | 272 | 335 |
Decimal | 154 | 186 | 221 |
Hex | 9A | BA | DD |
Shades of #9abadd
Tints of #9abadd
RGB Percentages of Color #9abadd
CMYK Percentages of Color #9abadd
Complementary Color
#9abadd | #ddbd9a |
#9abadd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#9abadd Color Preview on White Background
Lorem ipsum dolor sit amet.
#9abadd Color CSS Codes
.mybgcolor {background-color:#9abadd; } .myforecolor {color:#9abadd; } .mybordercolor {border:3px solid #9abadd; }
#9abadd Text Font Color
<p style="color:#9abadd">Text here</p>
This sample text font color is #9abadd
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.
#9abadd Background Color
<div style="background-color:#9abadd">
Div content here</div>
This div background color is #9abadd
#9abadd Border Color
<div style="border:3px solid #9abadd">
Div here</div>
This div border color is #9abadd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(154,186,221, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #9abadd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #9abadd; -webkit-box-shadow: 1px 1px 3px 2px #9abadd; box-shadow: 1px 1px 3px 2px #9abadd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(154,186,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 #9abadd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #9abadd; -webkit-box-shadow: 1px 1px 3px 2px #9abadd; box-shadow: 1px 1px 3px 2px #9abadd;">
Div content here</div>
This div box has shadow with color #9abadd
Comments
No comments written yet.
Please login to write comment.