Color spaces of #bfdcfb
RGB | 191 | 220 | 251 |
---|---|---|---|
HSL | 0.59 | 0.88 | 0.87 |
HSV | 211° | 24° | 98° |
CMYK | 0.24 | 0.12 | 0.00 0.02 |
XYZ | 64.4916 | 69.2278 | 101.2300 |
Yxy | 69.2278 | 0.2745 | 0.2946 |
Hunter Lab | 83.2032 | -7.2487 | -13.8935 |
CIE-Lab | 86.6167 | -2.9490 | -18.2746 |
#bfdcfb color RGB value is (191,220,251).
#bfdcfb hex color red value is 191, green value is 220 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #bfdcfb hue: 0.59 , saturation: 0.88 and the lightness value of bfdcfb is 0.87.
The process color (four color CMYK) of #bfdcfb color hex is 0.24, 0.12, 0.00, 0.02. Web safe color of #bfdcfb is #ccccff. Color #bfdcfb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111111 | 11011100 | 11111011 |
Octal | 277 | 334 | 373 |
Decimal | 191 | 220 | 251 |
Hex | BF | DC | FB |
Shades of #bfdcfb
Tints of #bfdcfb
RGB Percentages of Color #bfdcfb
CMYK Percentages of Color #bfdcfb
Complementary Color
#bfdcfb | #fbdebf |
#bfdcfb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bfdcfb Color Preview on White Background
Lorem ipsum dolor sit amet.
#bfdcfb Color CSS Codes
.mybgcolor {background-color:#bfdcfb; } .myforecolor {color:#bfdcfb; } .mybordercolor {border:3px solid #bfdcfb; }
#bfdcfb Text Font Color
<p style="color:#bfdcfb">Text here</p>
This sample text font color is #bfdcfb
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.
#bfdcfb Background Color
<div style="background-color:#bfdcfb">
Div content here</div>
This div background color is #bfdcfb
#bfdcfb Border Color
<div style="border:3px solid #bfdcfb">
Div here</div>
This div border color is #bfdcfb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(191,220,251, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bfdcfb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bfdcfb; -webkit-box-shadow: 1px 1px 3px 2px #bfdcfb; box-shadow: 1px 1px 3px 2px #bfdcfb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(191,220,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 #bfdcfb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bfdcfb; -webkit-box-shadow: 1px 1px 3px 2px #bfdcfb; box-shadow: 1px 1px 3px 2px #bfdcfb;">
Div content here</div>
This div box has shadow with color #bfdcfb
Comments
No comments written yet.
Please login to write comment.