Color spaces of #9facf9
RGB | 159 | 172 | 249 |
---|---|---|---|
HSL | 0.64 | 0.88 | 0.80 |
HSV | 231° | 36° | 98° |
CMYK | 0.36 | 0.31 | 0.00 0.02 |
XYZ | 46.1495 | 43.7155 | 95.6281 |
Yxy | 43.7155 | 0.2488 | 0.2357 |
Hunter Lab | 66.1177 | 8.8853 | -39.4706 |
CIE-Lab | 72.0379 | 13.5144 | -39.7412 |
#9facf9 color RGB value is (159,172,249).
#9facf9 hex color red value is 159, green value is 172 and the blue value of its RGB is 249. Cylindrical-coordinate representations (also known as HSL) of color #9facf9 hue: 0.64 , saturation: 0.88 and the lightness value of 9facf9 is 0.80.
The process color (four color CMYK) of #9facf9 color hex is 0.36, 0.31, 0.00, 0.02. Web safe color of #9facf9 is #9999ff. Color #9facf9 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10011111 | 10101100 | 11111001 |
Octal | 237 | 254 | 371 |
Decimal | 159 | 172 | 249 |
Hex | 9F | AC | F9 |
Shades of #9facf9
Tints of #9facf9
RGB Percentages of Color #9facf9
CMYK Percentages of Color #9facf9
Complementary Color
#9facf9 | #f9ec9f |
#9facf9 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#9facf9 Color Preview on White Background
Lorem ipsum dolor sit amet.
#9facf9 Color CSS Codes
.mybgcolor {background-color:#9facf9; } .myforecolor {color:#9facf9; } .mybordercolor {border:3px solid #9facf9; }
#9facf9 Text Font Color
<p style="color:#9facf9">Text here</p>
This sample text font color is #9facf9
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.
#9facf9 Background Color
<div style="background-color:#9facf9">
Div content here</div>
This div background color is #9facf9
#9facf9 Border Color
<div style="border:3px solid #9facf9">
Div here</div>
This div border color is #9facf9
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(159,172,249, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #9facf9; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #9facf9; -webkit-box-shadow: 1px 1px 3px 2px #9facf9; box-shadow: 1px 1px 3px 2px #9facf9; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(159,172,249, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #9facf9">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #9facf9; -webkit-box-shadow: 1px 1px 3px 2px #9facf9; box-shadow: 1px 1px 3px 2px #9facf9;">
Div content here</div>
This div box has shadow with color #9facf9
Comments
No comments written yet.
Please login to write comment.