Color spaces of #b9fcfa
RGB | 185 | 252 | 250 |
---|---|---|---|
HSL | 0.50 | 0.92 | 0.86 |
HSV | 178° | 27° | 99° |
CMYK | 0.27 | 0.00 | 0.01 0.01 |
XYZ | 72.0733 | 86.8372 | 103.4051 |
Yxy | 86.8372 | 0.2748 | 0.3310 |
Hunter Lab | 93.1865 | -25.0189 | -0.5611 |
CIE-Lab | 94.6692 | -21.0742 | -5.7792 |
#b9fcfa color RGB value is (185,252,250).
#b9fcfa hex color red value is 185, green value is 252 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #b9fcfa hue: 0.50 , saturation: 0.92 and the lightness value of b9fcfa is 0.86.
The process color (four color CMYK) of #b9fcfa color hex is 0.27, 0.00, 0.01, 0.01. Web safe color of #b9fcfa is #ccffff. Color #b9fcfa contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111001 | 11111100 | 11111010 |
Octal | 271 | 374 | 372 |
Decimal | 185 | 252 | 250 |
Hex | B9 | FC | FA |
Shades of #b9fcfa
Tints of #b9fcfa
RGB Percentages of Color #b9fcfa
CMYK Percentages of Color #b9fcfa
Complementary Color
#b9fcfa | #fcb9bb |
#b9fcfa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b9fcfa Color Preview on White Background
Lorem ipsum dolor sit amet.
#b9fcfa Color CSS Codes
.mybgcolor {background-color:#b9fcfa; } .myforecolor {color:#b9fcfa; } .mybordercolor {border:3px solid #b9fcfa; }
#b9fcfa Text Font Color
<p style="color:#b9fcfa">Text here</p>
This sample text font color is #b9fcfa
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.
#b9fcfa Background Color
<div style="background-color:#b9fcfa">
Div content here</div>
This div background color is #b9fcfa
#b9fcfa Border Color
<div style="border:3px solid #b9fcfa">
Div here</div>
This div border color is #b9fcfa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(185,252,250, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b9fcfa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b9fcfa; -webkit-box-shadow: 1px 1px 3px 2px #b9fcfa; box-shadow: 1px 1px 3px 2px #b9fcfa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(185,252,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 #b9fcfa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b9fcfa; -webkit-box-shadow: 1px 1px 3px 2px #b9fcfa; box-shadow: 1px 1px 3px 2px #b9fcfa;">
Div content here</div>
This div box has shadow with color #b9fcfa
Comments
No comments written yet.
Please login to write comment.