Color spaces of #9baadd
RGB | 155 | 170 | 221 |
---|---|---|---|
HSL | 0.63 | 0.49 | 0.74 |
HSV | 226° | 30° | 87° |
CMYK | 0.30 | 0.23 | 0.00 0.13 |
XYZ | 40.9434 | 40.9385 | 74.1506 |
Yxy | 40.9385 | 0.2624 | 0.2624 |
Hunter Lab | 63.9832 | 2.2531 | -23.9234 |
CIE-Lab | 70.1328 | 6.3551 | -27.4555 |
#9baadd color RGB value is (155,170,221).
#9baadd hex color red value is 155, green value is 170 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #9baadd hue: 0.63 , saturation: 0.49 and the lightness value of 9baadd is 0.74.
The process color (four color CMYK) of #9baadd color hex is 0.30, 0.23, 0.00, 0.13. Web safe color of #9baadd is #9999cc. Color #9baadd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10011011 | 10101010 | 11011101 |
Octal | 233 | 252 | 335 |
Decimal | 155 | 170 | 221 |
Hex | 9B | AA | DD |
Shades of #9baadd
Tints of #9baadd
RGB Percentages of Color #9baadd
CMYK Percentages of Color #9baadd
Complementary Color
#9baadd | #ddce9b |
#9baadd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#9baadd Color Preview on White Background
Lorem ipsum dolor sit amet.
#9baadd Color CSS Codes
.mybgcolor {background-color:#9baadd; } .myforecolor {color:#9baadd; } .mybordercolor {border:3px solid #9baadd; }
#9baadd Text Font Color
<p style="color:#9baadd">Text here</p>
This sample text font color is #9baadd
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.
#9baadd Background Color
<div style="background-color:#9baadd">
Div content here</div>
This div background color is #9baadd
#9baadd Border Color
<div style="border:3px solid #9baadd">
Div here</div>
This div border color is #9baadd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(155,170,221, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #9baadd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #9baadd; -webkit-box-shadow: 1px 1px 3px 2px #9baadd; box-shadow: 1px 1px 3px 2px #9baadd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(155,170,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 #9baadd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #9baadd; -webkit-box-shadow: 1px 1px 3px 2px #9baadd; box-shadow: 1px 1px 3px 2px #9baadd;">
Div content here</div>
This div box has shadow with color #9baadd
Comments
No comments written yet.
Please login to write comment.