Color spaces of #b9faff
RGB | 185 | 250 | 255 |
---|---|---|---|
HSL | 0.51 | 1.00 | 0.86 |
HSV | 184° | 27° | 100° |
CMYK | 0.27 | 0.02 | 0.00 0.00 |
XYZ | 72.2432 | 85.9055 | 107.3815 |
Yxy | 85.9055 | 0.2721 | 0.3235 |
Hunter Lab | 92.6852 | -23.0679 | -3.8114 |
CIE-Lab | 94.2719 | -19.0040 | -8.9524 |
#b9faff color RGB value is (185,250,255).
#b9faff hex color red value is 185, green value is 250 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #b9faff hue: 0.51 , saturation: 1.00 and the lightness value of b9faff is 0.86.
The process color (four color CMYK) of #b9faff color hex is 0.27, 0.02, 0.00, 0.00. Web safe color of #b9faff is #ccffff. Color #b9faff contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111001 | 11111010 | 11111111 |
Octal | 271 | 372 | 377 |
Decimal | 185 | 250 | 255 |
Hex | B9 | FA | FF |
Shades of #b9faff
Tints of #b9faff
RGB Percentages of Color #b9faff
CMYK Percentages of Color #b9faff
Complementary Color
#b9faff | #ffbeb9 |
#b9faff Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b9faff Color Preview on White Background
Lorem ipsum dolor sit amet.
#b9faff Color CSS Codes
.mybgcolor {background-color:#b9faff; } .myforecolor {color:#b9faff; } .mybordercolor {border:3px solid #b9faff; }
#b9faff Text Font Color
<p style="color:#b9faff">Text here</p>
This sample text font color is #b9faff
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.
#b9faff Background Color
<div style="background-color:#b9faff">
Div content here</div>
This div background color is #b9faff
#b9faff Border Color
<div style="border:3px solid #b9faff">
Div here</div>
This div border color is #b9faff
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(185,250,255, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b9faff; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b9faff; -webkit-box-shadow: 1px 1px 3px 2px #b9faff; box-shadow: 1px 1px 3px 2px #b9faff; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(185,250,255, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b9faff">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b9faff; -webkit-box-shadow: 1px 1px 3px 2px #b9faff; box-shadow: 1px 1px 3px 2px #b9faff;">
Div content here</div>
This div box has shadow with color #b9faff
#b9faff Color Palettes
Comments
No comments written yet.
Please login to write comment.