Color spaces of #9cbffa
RGB | 156 | 191 | 250 |
---|---|---|---|
HSL | 0.60 | 0.90 | 0.80 |
HSV | 218° | 38° | 98° |
CMYK | 0.38 | 0.24 | 0.00 0.02 |
XYZ | 49.5964 | 51.2317 | 97.7172 |
Yxy | 51.2317 | 0.2498 | 0.2580 |
Hunter Lab | 71.5763 | -1.5730 | -30.8403 |
CIE-Lab | 76.8191 | 2.4558 | -32.8824 |
#9cbffa color RGB value is (156,191,250).
#9cbffa hex color red value is 156, green value is 191 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #9cbffa hue: 0.60 , saturation: 0.90 and the lightness value of 9cbffa is 0.80.
The process color (four color CMYK) of #9cbffa color hex is 0.38, 0.24, 0.00, 0.02. Web safe color of #9cbffa is #99ccff. Color #9cbffa contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10011100 | 10111111 | 11111010 |
Octal | 234 | 277 | 372 |
Decimal | 156 | 191 | 250 |
Hex | 9C | BF | FA |
Shades of #9cbffa
Tints of #9cbffa
RGB Percentages of Color #9cbffa
CMYK Percentages of Color #9cbffa
Complementary Color
#9cbffa | #fad79c |
#9cbffa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#9cbffa Color Preview on White Background
Lorem ipsum dolor sit amet.
#9cbffa Color CSS Codes
.mybgcolor {background-color:#9cbffa; } .myforecolor {color:#9cbffa; } .mybordercolor {border:3px solid #9cbffa; }
#9cbffa Text Font Color
<p style="color:#9cbffa">Text here</p>
This sample text font color is #9cbffa
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.
#9cbffa Background Color
<div style="background-color:#9cbffa">
Div content here</div>
This div background color is #9cbffa
#9cbffa Border Color
<div style="border:3px solid #9cbffa">
Div here</div>
This div border color is #9cbffa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(156,191,250, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #9cbffa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #9cbffa; -webkit-box-shadow: 1px 1px 3px 2px #9cbffa; box-shadow: 1px 1px 3px 2px #9cbffa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(156,191,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 #9cbffa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #9cbffa; -webkit-box-shadow: 1px 1px 3px 2px #9cbffa; box-shadow: 1px 1px 3px 2px #9cbffa;">
Div content here</div>
This div box has shadow with color #9cbffa
Comments
No comments written yet.
Please login to write comment.