#bddcbd color RGB value is (11, 221, 203).
#bddcbd hex color red value is 11, green value is 221, and blue value is 203.
Cylindrical-coordinate representations (HSL) of color #bddcbd
hue: 174.86,
saturation: 0.91 and lightness: 0.45.
The process color (four-color CMYK) of #bddcbd color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #bddcbd is #ff9999. Color #bddcbd contains mainly RED.
| Color spaces of #bddcbd | Value |
|---|---|
| RGB | 189, 220, 189 |
| HSL | 0.33, 0.31, 0.8 |
| HSV | 120°, 14°, 86° |
| XYZ | 55.76, 65.68, 57.87 |
| Base | Red | Green | Blue |
|---|---|---|---|
| Binary | 10111101 | 11011100 | 10111101 |
| Octal | 275 | 334 | 275 |
| Decimal | 189 | 220 | 189 |
| Hex | BD | DC | BD |
Shades of #bddcbd
Tints of #bddcbd
.mybgColor {background-color: #bddcbd;}
.myforeColor {color: #bddcbd;}
.myborderColor {border:3px solid #bddcbd;}
<p style="color:#bddcbd">Text here</p>
This sample text is styled with the font color #bddcbd. 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:#bddcbd">Div content here</div>
<div style="border:3px solid #bddcbd">Div here</div>
.textShadowRgb {
text-shadow: 4px 4px 2px rgba(189, 220, 189, 0.8); }
.textShadowHex {
text-shadow: 4px 4px 2px #bddcbd; }
.divShadow {
-moz-box-shadow: 1px 1px 3px #bddcbd;
-webkit-box-shadow: 1px 1px 3px #bddcbd;
box-shadow: 1px 1px 3px #bddcbd; }
<p style="text-shadow: 4px 4px 2px rgba(189, 220, 189, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #bddcbd;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<div style="-moz-box-shadow: 1px 1px 3px #bddcbd;
-webkit-box-shadow: 1px 1px 3px #bddcbd;
box-shadow: 1px 1px 3px #bddcbd;">Div content here</div>
