Color spaces of #bfdcf7
RGB | 191 | 220 | 247 |
---|---|---|---|
HSL | 0.58 | 0.78 | 0.86 |
HSV | 209° | 23° | 97° |
CMYK | 0.23 | 0.11 | 0.00 0.03 |
XYZ | 63.8676 | 68.9782 | 97.9436 |
Yxy | 68.9782 | 0.2767 | 0.2989 |
Hunter Lab | 83.0531 | -8.0770 | -11.7828 |
CIE-Lab | 86.4933 | -3.8385 | -16.3518 |
#bfdcf7 color RGB value is (191,220,247).
#bfdcf7 hex color red value is 191, green value is 220 and the blue value of its RGB is 247. Cylindrical-coordinate representations (also known as HSL) of color #bfdcf7 hue: 0.58 , saturation: 0.78 and the lightness value of bfdcf7 is 0.86.
The process color (four color CMYK) of #bfdcf7 color hex is 0.23, 0.11, 0.00, 0.03. Web safe color of #bfdcf7 is #ccccff. Color #bfdcf7 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111111 | 11011100 | 11110111 |
Octal | 277 | 334 | 367 |
Decimal | 191 | 220 | 247 |
Hex | BF | DC | F7 |
Shades of #bfdcf7
Tints of #bfdcf7
RGB Percentages of Color #bfdcf7
CMYK Percentages of Color #bfdcf7
Complementary Color
#bfdcf7 | #f7dabf |
#bfdcf7 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bfdcf7 Color Preview on White Background
Lorem ipsum dolor sit amet.
#bfdcf7 Color CSS Codes
.mybgcolor {background-color:#bfdcf7; } .myforecolor {color:#bfdcf7; } .mybordercolor {border:3px solid #bfdcf7; }
#bfdcf7 Text Font Color
<p style="color:#bfdcf7">Text here</p>
This sample text font color is #bfdcf7
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.
#bfdcf7 Background Color
<div style="background-color:#bfdcf7">
Div content here</div>
This div background color is #bfdcf7
#bfdcf7 Border Color
<div style="border:3px solid #bfdcf7">
Div here</div>
This div border color is #bfdcf7
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(191,220,247, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bfdcf7; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bfdcf7; -webkit-box-shadow: 1px 1px 3px 2px #bfdcf7; box-shadow: 1px 1px 3px 2px #bfdcf7; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(191,220,247, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bfdcf7">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bfdcf7; -webkit-box-shadow: 1px 1px 3px 2px #bfdcf7; box-shadow: 1px 1px 3px 2px #bfdcf7;">
Div content here</div>
This div box has shadow with color #bfdcf7
Comments
No comments written yet.
Please login to write comment.