Color spaces of #bff4ff
RGB | 191 | 244 | 255 |
---|---|---|---|
HSL | 0.53 | 1.00 | 0.87 |
HSV | 190° | 25° | 100° |
CMYK | 0.25 | 0.04 | 0.00 0.00 |
XYZ | 71.8865 | 82.9977 | 106.8391 |
Yxy | 82.9977 | 0.2747 | 0.3171 |
Hunter Lab | 91.1031 | -18.5818 | -5.7589 |
CIE-Lab | 93.0134 | -14.3317 | -10.7865 |
#bff4ff color RGB value is (191,244,255).
#bff4ff hex color red value is 191, green value is 244 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #bff4ff hue: 0.53 , saturation: 1.00 and the lightness value of bff4ff is 0.87.
The process color (four color CMYK) of #bff4ff color hex is 0.25, 0.04, 0.00, 0.00. Web safe color of #bff4ff is #ccffff. Color #bff4ff contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111111 | 11110100 | 11111111 |
Octal | 277 | 364 | 377 |
Decimal | 191 | 244 | 255 |
Hex | BF | F4 | FF |
Shades of #bff4ff
Tints of #bff4ff
RGB Percentages of Color #bff4ff
CMYK Percentages of Color #bff4ff
Complementary Color
#bff4ff | #ffcabf |
#bff4ff Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bff4ff Color Preview on White Background
Lorem ipsum dolor sit amet.
#bff4ff Color CSS Codes
.mybgcolor {background-color:#bff4ff; } .myforecolor {color:#bff4ff; } .mybordercolor {border:3px solid #bff4ff; }
#bff4ff Text Font Color
<p style="color:#bff4ff">Text here</p>
This sample text font color is #bff4ff
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.
#bff4ff Background Color
<div style="background-color:#bff4ff">
Div content here</div>
This div background color is #bff4ff
#bff4ff Border Color
<div style="border:3px solid #bff4ff">
Div here</div>
This div border color is #bff4ff
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(191,244,255, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bff4ff; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bff4ff; -webkit-box-shadow: 1px 1px 3px 2px #bff4ff; box-shadow: 1px 1px 3px 2px #bff4ff; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(191,244,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 #bff4ff">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bff4ff; -webkit-box-shadow: 1px 1px 3px 2px #bff4ff; box-shadow: 1px 1px 3px 2px #bff4ff;">
Div content here</div>
This div box has shadow with color #bff4ff
#bff4ff Color Palettes
Comments
No comments written yet.
Please login to write comment.