color details

Color Details
#bfe6db Color Hex

#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
Color spaces of #bfe6dbValue
RGB191, 230, 219
HSL0.45, 0.44, 0.83
HSV163°, 17°, 90°
XYZ62.57, 72.78, 77.76
Base Numbers
Base Red Green Blue
Binary 10111111 11100110 11011011
Octal 277 346 333
Decimal 191 230 219
Hex BF E6 DB

RGB Percentages for Color #bfe6db

29.84%
35.94%
34.22%

CMYK Percentages of the Color #bfe6db

16.96%
4.78%
9.8%
CSS Codes for Color #bfe6db
.mybgColor {background-color: #bfe6db;}
.myforeColor {color: #bfe6db;}
.myborderColor {border:3px solid #bfe6db;}
Text Font Color #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,

Background Color #bfe6db

<div style="background-color:#bfe6db">Div content here</div>

The background color of this div is #bfe6db
Border Color #bfe6db

<div style="border:3px solid #bfe6db">Div here</div>

The border color of this div is #bfe6db
Css3 Examples
            .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;            }
            
Text Shadow Using RGB Values

<p style="text-shadow: 4px 4px 2px rgba(191, 230, 219, 0.8);">Text here</p>

This text has a shadow with RGB values.

Text Shadow Using Hex Values

<p style="text-shadow: 4px 4px 2px #bfe6db;">Text here</p>

This text has a shadow with hexadecimal (hex) values.

Shadow Div Box

<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>

This div box has a shadow with a specified color. #bfe6db

Scroll to Top