Color spaces of #bfd3fd
RGB | 191 | 211 | 253 |
---|---|---|---|
HSL | 0.61 | 0.94 | 0.87 |
HSV | 221° | 25° | 99° |
CMYK | 0.25 | 0.17 | 0.00 0.01 |
XYZ | 62.5097 | 64.7567 | 102.1332 |
Yxy | 64.7567 | 0.2725 | 0.2823 |
Hunter Lab | 80.4715 | -2.1677 | -18.9198 |
CIE-Lab | 84.3582 | 2.2383 | -22.7474 |
#bfd3fd color RGB value is (191,211,253).
#bfd3fd hex color red value is 191, green value is 211 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #bfd3fd hue: 0.61 , saturation: 0.94 and the lightness value of bfd3fd is 0.87.
The process color (four color CMYK) of #bfd3fd color hex is 0.25, 0.17, 0.00, 0.01. Web safe color of #bfd3fd is #ccccff. Color #bfd3fd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111111 | 11010011 | 11111101 |
Octal | 277 | 323 | 375 |
Decimal | 191 | 211 | 253 |
Hex | BF | D3 | FD |
Shades of #bfd3fd
Tints of #bfd3fd
RGB Percentages of Color #bfd3fd
CMYK Percentages of Color #bfd3fd
Complementary Color
#bfd3fd | #fde9bf |
#bfd3fd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bfd3fd Color Preview on White Background
Lorem ipsum dolor sit amet.
#bfd3fd Color CSS Codes
.mybgcolor {background-color:#bfd3fd; } .myforecolor {color:#bfd3fd; } .mybordercolor {border:3px solid #bfd3fd; }
#bfd3fd Text Font Color
<p style="color:#bfd3fd">Text here</p>
This sample text font color is #bfd3fd
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.
#bfd3fd Background Color
<div style="background-color:#bfd3fd">
Div content here</div>
This div background color is #bfd3fd
#bfd3fd Border Color
<div style="border:3px solid #bfd3fd">
Div here</div>
This div border color is #bfd3fd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(191,211,253, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bfd3fd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bfd3fd; -webkit-box-shadow: 1px 1px 3px 2px #bfd3fd; box-shadow: 1px 1px 3px 2px #bfd3fd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(191,211,253, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bfd3fd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bfd3fd; -webkit-box-shadow: 1px 1px 3px 2px #bfd3fd; box-shadow: 1px 1px 3px 2px #bfd3fd;">
Div content here</div>
This div box has shadow with color #bfd3fd
Comments
No comments written yet.
Please login to write comment.