#bcebd2 color RGB value is (11, 206, 189).
#bcebd2 hex color red value is 11, green value is 206, and blue value is 189.
Cylindrical-coordinate representations (HSL) of color #bcebd2
hue: 174.77,
saturation: 0.9 and lightness: 0.43.
The process color (four-color CMYK) of #bcebd2 color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #bcebd2 is #ff9999. Color #bcebd2 contains mainly RED.
| Color spaces of #bcebd2 | Value |
|---|---|
| RGB | 188, 235, 210 |
| HSL | 0.41, 0.54, 0.83 |
| HSV | 148°, 20°, 92° |
| XYZ | 62.08, 74.76, 72.12 |
| Base | Red | Green | Blue |
|---|---|---|---|
| Binary | 10111100 | 11101011 | 11010010 |
| Octal | 274 | 353 | 322 |
| Decimal | 188 | 235 | 210 |
| Hex | BC | EB | D2 |
Shades of #bcebd2
Tints of #bcebd2
.mybgColor {background-color: #bcebd2;}
.myforeColor {color: #bcebd2;}
.myborderColor {border:3px solid #bcebd2;}
<p style="color:#bcebd2">Text here</p>
This sample text is styled with the font color #bcebd2. 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:#bcebd2">Div content here</div>
<div style="border:3px solid #bcebd2">Div here</div>
.textShadowRgb {
text-shadow: 4px 4px 2px rgba(188, 235, 210, 0.8); }
.textShadowHex {
text-shadow: 4px 4px 2px #bcebd2; }
.divShadow {
-moz-box-shadow: 1px 1px 3px #bcebd2;
-webkit-box-shadow: 1px 1px 3px #bcebd2;
box-shadow: 1px 1px 3px #bcebd2; }
<p style="text-shadow: 4px 4px 2px rgba(188, 235, 210, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #bcebd2;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<div style="-moz-box-shadow: 1px 1px 3px #bcebd2;
-webkit-box-shadow: 1px 1px 3px #bcebd2;
box-shadow: 1px 1px 3px #bcebd2;">Div content here</div>
