#bfe6db color RGB value is (11, 254, 109).
#bfe6db hex color red value is 11, green value is 254, and blue value is 109.
Cylindrical-coordinate representations (HSL) of color #bfe6db
hue: 144.2,
saturation: 0.99 and lightness: 0.52.
The process color (four-color CMYK) of #bfe6db color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #bfe6db is #ff9999. Color #bfe6db contains mainly RED.
| Color spaces of #bfe6db | Value |
|---|---|
| RGB | 191, 230, 219 |
| HSL | 0.45, 0.44, 0.83 |
| HSV | 163°, 17°, 90° |
| XYZ | 62.57, 72.78, 77.76 |
| Base | Red | Green | Blue |
|---|---|---|---|
| Binary | 10111111 | 11100110 | 11011011 |
| Octal | 277 | 346 | 333 |
| Decimal | 191 | 230 | 219 |
| Hex | BF | E6 | DB |
Shades of #bfe6db
Tints of #bfe6db
.mybgColor {background-color: #bfe6db;}
.myforeColor {color: #bfe6db;}
.myborderColor {border:3px solid #bfe6db;}
<p style="color:#bfe6db">Text here</p>
This sample text is styled with the font color #bfe6db. It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here,
<div style="background-color:#bfe6db">Div content here</div>
<div style="border:3px solid #bfe6db">Div here</div>
.textShadowRgb {
text-shadow: 4px 4px 2px rgba(191, 230, 219, 0.8); }
.textShadowHex {
text-shadow: 4px 4px 2px #bfe6db; }
.divShadow {
-moz-box-shadow: 1px 1px 3px #bfe6db;
-webkit-box-shadow: 1px 1px 3px #bfe6db;
box-shadow: 1px 1px 3px #bfe6db; }
<p style="text-shadow: 4px 4px 2px rgba(191, 230, 219, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #bfe6db;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<div style="-moz-box-shadow: 1px 1px 3px #bfe6db;
-webkit-box-shadow: 1px 1px 3px #bfe6db;
box-shadow: 1px 1px 3px #bfe6db;">Div content here</div>
