Color spaces of #bfd3dd
RGB | 191 | 211 | 221 |
---|---|---|---|
HSL | 0.56 | 0.31 | 0.81 |
HSV | 200° | 14° | 87° |
CMYK | 0.14 | 0.05 | 0.00 0.13 |
XYZ | 57.8313 | 62.8854 | 77.4967 |
Yxy | 62.8854 | 0.2918 | 0.3173 |
Hunter Lab | 79.3003 | -8.6009 | -2.4313 |
CIE-Lab | 83.3820 | -4.6842 | -7.2199 |
#bfd3dd color RGB value is (191,211,221).
#bfd3dd hex color red value is 191, green value is 211 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #bfd3dd hue: 0.56 , saturation: 0.31 and the lightness value of bfd3dd is 0.81.
The process color (four color CMYK) of #bfd3dd color hex is 0.14, 0.05, 0.00, 0.13. Web safe color of #bfd3dd is #cccccc. Color #bfd3dd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111111 | 11010011 | 11011101 |
Octal | 277 | 323 | 335 |
Decimal | 191 | 211 | 221 |
Hex | BF | D3 | DD |
Shades of #bfd3dd
Tints of #bfd3dd
RGB Percentages of Color #bfd3dd
CMYK Percentages of Color #bfd3dd
Complementary Color
#bfd3dd | #ddc9bf |
#bfd3dd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bfd3dd Color Preview on White Background
Lorem ipsum dolor sit amet.
#bfd3dd Color CSS Codes
.mybgcolor {background-color:#bfd3dd; } .myforecolor {color:#bfd3dd; } .mybordercolor {border:3px solid #bfd3dd; }
#bfd3dd Text Font Color
<p style="color:#bfd3dd">Text here</p>
This sample text font color is #bfd3dd
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.
#bfd3dd Background Color
<div style="background-color:#bfd3dd">
Div content here</div>
This div background color is #bfd3dd
#bfd3dd Border Color
<div style="border:3px solid #bfd3dd">
Div here</div>
This div border color is #bfd3dd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(191,211,221, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bfd3dd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bfd3dd; -webkit-box-shadow: 1px 1px 3px 2px #bfd3dd; box-shadow: 1px 1px 3px 2px #bfd3dd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(191,211,221, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bfd3dd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bfd3dd; -webkit-box-shadow: 1px 1px 3px 2px #bfd3dd; box-shadow: 1px 1px 3px 2px #bfd3dd;">
Div content here</div>
This div box has shadow with color #bfd3dd
Comments
No comments written yet.
Please login to write comment.