Color spaces of #bfcedb
RGB | 191 | 206 | 219 |
---|---|---|---|
HSL | 0.58 | 0.28 | 0.80 |
HSV | 208° | 13° | 86° |
CMYK | 0.13 | 0.06 | 0.00 0.14 |
XYZ | 56.3433 | 60.3335 | 75.6937 |
Yxy | 60.3335 | 0.2929 | 0.3136 |
Hunter Lab | 77.6746 | -6.4511 | -3.4057 |
CIE-Lab | 82.0191 | -2.4750 | -8.1741 |
#bfcedb color RGB value is (191,206,219).
#bfcedb hex color red value is 191, green value is 206 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #bfcedb hue: 0.58 , saturation: 0.28 and the lightness value of bfcedb is 0.80.
The process color (four color CMYK) of #bfcedb color hex is 0.13, 0.06, 0.00, 0.14. Web safe color of #bfcedb is #cccccc. Color #bfcedb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111111 | 11001110 | 11011011 |
Octal | 277 | 316 | 333 |
Decimal | 191 | 206 | 219 |
Hex | BF | CE | DB |
Shades of #bfcedb
Tints of #bfcedb
RGB Percentages of Color #bfcedb
CMYK Percentages of Color #bfcedb
Complementary Color
#bfcedb | #dbccbf |
#bfcedb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bfcedb Color Preview on White Background
Lorem ipsum dolor sit amet.
#bfcedb Color CSS Codes
.mybgcolor {background-color:#bfcedb; } .myforecolor {color:#bfcedb; } .mybordercolor {border:3px solid #bfcedb; }
#bfcedb Text Font Color
<p style="color:#bfcedb">Text here</p>
This sample text font color is #bfcedb
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.
#bfcedb Background Color
<div style="background-color:#bfcedb">
Div content here</div>
This div background color is #bfcedb
#bfcedb Border Color
<div style="border:3px solid #bfcedb">
Div here</div>
This div border color is #bfcedb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(191,206,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bfcedb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bfcedb; -webkit-box-shadow: 1px 1px 3px 2px #bfcedb; box-shadow: 1px 1px 3px 2px #bfcedb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(191,206,219, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bfcedb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bfcedb; -webkit-box-shadow: 1px 1px 3px 2px #bfcedb; box-shadow: 1px 1px 3px 2px #bfcedb;">
Div content here</div>
This div box has shadow with color #bfcedb
Comments
No comments written yet.
Please login to write comment.