Color spaces of #bfeffb
RGB | 191 | 239 | 251 |
---|---|---|---|
HSL | 0.53 | 0.88 | 0.87 |
HSV | 192° | 24° | 98° |
CMYK | 0.24 | 0.05 | 0.00 0.02 |
XYZ | 69.7649 | 79.7744 | 102.9878 |
Yxy | 79.7744 | 0.2763 | 0.3159 |
Hunter Lab | 89.3165 | -16.8780 | -5.8437 |
CIE-Lab | 91.5835 | -12.6948 | -10.8345 |
#bfeffb color RGB value is (191,239,251).
#bfeffb hex color red value is 191, green value is 239 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #bfeffb hue: 0.53 , saturation: 0.88 and the lightness value of bfeffb is 0.87.
The process color (four color CMYK) of #bfeffb color hex is 0.24, 0.05, 0.00, 0.02. Web safe color of #bfeffb is #ccffff. Color #bfeffb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111111 | 11101111 | 11111011 |
Octal | 277 | 357 | 373 |
Decimal | 191 | 239 | 251 |
Hex | BF | EF | FB |
Shades of #bfeffb
Tints of #bfeffb
RGB Percentages of Color #bfeffb
CMYK Percentages of Color #bfeffb
Complementary Color
#bfeffb | #fbcbbf |
#bfeffb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bfeffb Color Preview on White Background
Lorem ipsum dolor sit amet.
#bfeffb Color CSS Codes
.mybgcolor {background-color:#bfeffb; } .myforecolor {color:#bfeffb; } .mybordercolor {border:3px solid #bfeffb; }
#bfeffb Text Font Color
<p style="color:#bfeffb">Text here</p>
This sample text font color is #bfeffb
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.
#bfeffb Background Color
<div style="background-color:#bfeffb">
Div content here</div>
This div background color is #bfeffb
#bfeffb Border Color
<div style="border:3px solid #bfeffb">
Div here</div>
This div border color is #bfeffb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(191,239,251, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bfeffb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bfeffb; -webkit-box-shadow: 1px 1px 3px 2px #bfeffb; box-shadow: 1px 1px 3px 2px #bfeffb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(191,239,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 #bfeffb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bfeffb; -webkit-box-shadow: 1px 1px 3px 2px #bfeffb; box-shadow: 1px 1px 3px 2px #bfeffb;">
Div content here</div>
This div box has shadow with color #bfeffb
Comments
No comments written yet.
Please login to write comment.