Color spaces of #96abfa
RGB | 150 | 171 | 250 |
---|---|---|---|
HSL | 0.63 | 0.91 | 0.78 |
HSV | 227° | 40° | 98° |
CMYK | 0.40 | 0.32 | 0.00 0.02 |
XYZ | 44.3959 | 42.5120 | 96.3082 |
Yxy | 42.5120 | 0.2423 | 0.2320 |
Hunter Lab | 65.2012 | 7.4396 | -41.9359 |
CIE-Lab | 71.2225 | 11.9872 | -41.6001 |
#96abfa color RGB value is (150,171,250).
#96abfa hex color red value is 150, green value is 171 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #96abfa hue: 0.63 , saturation: 0.91 and the lightness value of 96abfa is 0.78.
The process color (four color CMYK) of #96abfa color hex is 0.40, 0.32, 0.00, 0.02. Web safe color of #96abfa is #9999ff. Color #96abfa contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10010110 | 10101011 | 11111010 |
Octal | 226 | 253 | 372 |
Decimal | 150 | 171 | 250 |
Hex | 96 | AB | FA |
Shades of #96abfa
Tints of #96abfa
RGB Percentages of Color #96abfa
CMYK Percentages of Color #96abfa
Complementary Color
#96abfa | #fae596 |
#96abfa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#96abfa Color Preview on White Background
Lorem ipsum dolor sit amet.
#96abfa Color CSS Codes
.mybgcolor {background-color:#96abfa; } .myforecolor {color:#96abfa; } .mybordercolor {border:3px solid #96abfa; }
#96abfa Text Font Color
<p style="color:#96abfa">Text here</p>
This sample text font color is #96abfa
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.
#96abfa Background Color
<div style="background-color:#96abfa">
Div content here</div>
This div background color is #96abfa
#96abfa Border Color
<div style="border:3px solid #96abfa">
Div here</div>
This div border color is #96abfa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(150,171,250, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #96abfa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #96abfa; -webkit-box-shadow: 1px 1px 3px 2px #96abfa; box-shadow: 1px 1px 3px 2px #96abfa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(150,171,250, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #96abfa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #96abfa; -webkit-box-shadow: 1px 1px 3px 2px #96abfa; box-shadow: 1px 1px 3px 2px #96abfa;">
Div content here</div>
This div box has shadow with color #96abfa
Comments
No comments written yet.
Please login to write comment.