Color spaces of #bffff1
RGB | 191 | 255 | 241 |
---|---|---|---|
HSL | 0.46 | 1.00 | 0.87 |
HSV | 167° | 25° | 100° |
CMYK | 0.25 | 0.00 | 0.05 0.00 |
XYZ | 73.1230 | 88.9472 | 96.5336 |
Yxy | 88.9472 | 0.2828 | 0.3440 |
Hunter Lab | 94.3118 | -26.6489 | 5.3315 |
CIE-Lab | 95.5584 | -22.7041 | 0.2086 |
#bffff1 color RGB value is (191,255,241).
#bffff1 hex color red value is 191, green value is 255 and the blue value of its RGB is 241. Cylindrical-coordinate representations (also known as HSL) of color #bffff1 hue: 0.46 , saturation: 1.00 and the lightness value of bffff1 is 0.87.
The process color (four color CMYK) of #bffff1 color hex is 0.25, 0.00, 0.05, 0.00. Web safe color of #bffff1 is #ccffff. Color #bffff1 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111111 | 11111111 | 11110001 |
Octal | 277 | 377 | 361 |
Decimal | 191 | 255 | 241 |
Hex | BF | FF | F1 |
Shades of #bffff1
Tints of #bffff1
RGB Percentages of Color #bffff1
CMYK Percentages of Color #bffff1
Complementary Color
#bffff1 | #ffbfcd |
#bffff1 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bffff1 Color Preview on White Background
Lorem ipsum dolor sit amet.
#bffff1 Color CSS Codes
.mybgcolor {background-color:#bffff1; } .myforecolor {color:#bffff1; } .mybordercolor {border:3px solid #bffff1; }
#bffff1 Text Font Color
<p style="color:#bffff1">Text here</p>
This sample text font color is #bffff1
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.
#bffff1 Background Color
<div style="background-color:#bffff1">
Div content here</div>
This div background color is #bffff1
#bffff1 Border Color
<div style="border:3px solid #bffff1">
Div here</div>
This div border color is #bffff1
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(191,255,241, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bffff1; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bffff1; -webkit-box-shadow: 1px 1px 3px 2px #bffff1; box-shadow: 1px 1px 3px 2px #bffff1; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(191,255,241, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bffff1">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bffff1; -webkit-box-shadow: 1px 1px 3px 2px #bffff1; box-shadow: 1px 1px 3px 2px #bffff1;">
Div content here</div>
This div box has shadow with color #bffff1
Comments
No comments written yet.
Please login to write comment.