Color spaces of #bfdbcf
RGB | 191 | 219 | 207 |
---|---|---|---|
HSL | 0.43 | 0.28 | 0.80 |
HSV | 154° | 13° | 86° |
CMYK | 0.13 | 0.00 | 0.05 0.14 |
XYZ | 58.0799 | 66.2444 | 68.7568 |
Yxy | 66.2444 | 0.3008 | 0.3431 |
Hunter Lab | 81.3907 | -15.0571 | 6.8868 |
CIE-Lab | 85.1209 | -11.5731 | 2.7604 |
#bfdbcf color RGB value is (191,219,207).
#bfdbcf hex color red value is 191, green value is 219 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #bfdbcf hue: 0.43 , saturation: 0.28 and the lightness value of bfdbcf is 0.80.
The process color (four color CMYK) of #bfdbcf color hex is 0.13, 0.00, 0.05, 0.14. Web safe color of #bfdbcf is #cccccc. Color #bfdbcf contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111111 | 11011011 | 11001111 |
Octal | 277 | 333 | 317 |
Decimal | 191 | 219 | 207 |
Hex | BF | DB | CF |
Shades of #bfdbcf
Tints of #bfdbcf
RGB Percentages of Color #bfdbcf
CMYK Percentages of Color #bfdbcf
Complementary Color
#bfdbcf | #dbbfcb |
#bfdbcf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bfdbcf Color Preview on White Background
Lorem ipsum dolor sit amet.
#bfdbcf Color CSS Codes
.mybgcolor {background-color:#bfdbcf; } .myforecolor {color:#bfdbcf; } .mybordercolor {border:3px solid #bfdbcf; }
#bfdbcf Text Font Color
<p style="color:#bfdbcf">Text here</p>
This sample text font color is #bfdbcf
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.
#bfdbcf Background Color
<div style="background-color:#bfdbcf">
Div content here</div>
This div background color is #bfdbcf
#bfdbcf Border Color
<div style="border:3px solid #bfdbcf">
Div here</div>
This div border color is #bfdbcf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(191,219,207, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bfdbcf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bfdbcf; -webkit-box-shadow: 1px 1px 3px 2px #bfdbcf; box-shadow: 1px 1px 3px 2px #bfdbcf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(191,219,207, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bfdbcf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bfdbcf; -webkit-box-shadow: 1px 1px 3px 2px #bfdbcf; box-shadow: 1px 1px 3px 2px #bfdbcf;">
Div content here</div>
This div box has shadow with color #bfdbcf
Comments
No comments written yet.
Please login to write comment.