Color spaces of #bffbfb
RGB | 191 | 251 | 251 |
---|---|---|---|
HSL | 0.50 | 0.88 | 0.87 |
HSV | 180° | 24° | 98° |
CMYK | 0.24 | 0.00 | 0.00 0.02 |
XYZ | 73.3956 | 87.0358 | 104.1980 |
Yxy | 87.0358 | 0.2774 | 0.3289 |
Hunter Lab | 93.2930 | -22.8329 | -0.9153 |
CIE-Lab | 94.7535 | -18.6661 | -6.1351 |
#bffbfb color RGB value is (191,251,251).
#bffbfb hex color red value is 191, green value is 251 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #bffbfb hue: 0.50 , saturation: 0.88 and the lightness value of bffbfb is 0.87.
The process color (four color CMYK) of #bffbfb color hex is 0.24, 0.00, 0.00, 0.02. Web safe color of #bffbfb is #ccffff. Color #bffbfb contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111111 | 11111011 | 11111011 |
Octal | 277 | 373 | 373 |
Decimal | 191 | 251 | 251 |
Hex | BF | FB | FB |
Shades of #bffbfb
Tints of #bffbfb
RGB Percentages of Color #bffbfb
CMYK Percentages of Color #bffbfb
Complementary Color
#bffbfb | #fbbfbf |
#bffbfb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bffbfb Color Preview on White Background
Lorem ipsum dolor sit amet.
#bffbfb Color CSS Codes
.mybgcolor {background-color:#bffbfb; } .myforecolor {color:#bffbfb; } .mybordercolor {border:3px solid #bffbfb; }
#bffbfb Text Font Color
<p style="color:#bffbfb">Text here</p>
This sample text font color is #bffbfb
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.
#bffbfb Background Color
<div style="background-color:#bffbfb">
Div content here</div>
This div background color is #bffbfb
#bffbfb Border Color
<div style="border:3px solid #bffbfb">
Div here</div>
This div border color is #bffbfb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(191,251,251, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bffbfb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bffbfb; -webkit-box-shadow: 1px 1px 3px 2px #bffbfb; box-shadow: 1px 1px 3px 2px #bffbfb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(191,251,251, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bffbfb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bffbfb; -webkit-box-shadow: 1px 1px 3px 2px #bffbfb; box-shadow: 1px 1px 3px 2px #bffbfb;">
Div content here</div>
This div box has shadow with color #bffbfb
Comments
No comments written yet.
Please login to write comment.