#bedcb5 color RGB value is (11, 237, 203).
#bedcb5 hex color red value is 11, green value is 237, and blue value is 203.
Cylindrical-coordinate representations (HSL) of color #bedcb5
hue: 170.97,
saturation: 0.91 and lightness: 0.49.
The process color (four-color CMYK) of #bedcb5 color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #bedcb5 is #ff9999. Color #bedcb5 contains mainly RED.
| Color spaces of #bedcb5 | Value |
|---|---|
| RGB | 190, 220, 181 |
| HSL | 0.29, 0.36, 0.79 |
| HSV | 106°, 18°, 86° |
| XYZ | 55.17, 65.47, 53.44 |
| Base | Red | Green | Blue |
|---|---|---|---|
| Binary | 10111110 | 11011100 | 10110101 |
| Octal | 276 | 334 | 265 |
| Decimal | 190 | 220 | 181 |
| Hex | BE | DC | B5 |
Shades of #bedcb5
Tints of #bedcb5
.mybgColor {background-color: #bedcb5;}
.myforeColor {color: #bedcb5;}
.myborderColor {border:3px solid #bedcb5;}
<p style="color:#bedcb5">Text here</p>
This sample text is styled with the font color #bedcb5. 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:#bedcb5">Div content here</div>
<div style="border:3px solid #bedcb5">Div here</div>
.textShadowRgb {
text-shadow: 4px 4px 2px rgba(190, 220, 181, 0.8); }
.textShadowHex {
text-shadow: 4px 4px 2px #bedcb5; }
.divShadow {
-moz-box-shadow: 1px 1px 3px #bedcb5;
-webkit-box-shadow: 1px 1px 3px #bedcb5;
box-shadow: 1px 1px 3px #bedcb5; }
<p style="text-shadow: 4px 4px 2px rgba(190, 220, 181, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #bedcb5;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<div style="-moz-box-shadow: 1px 1px 3px #bedcb5;
-webkit-box-shadow: 1px 1px 3px #bedcb5;
box-shadow: 1px 1px 3px #bedcb5;">Div content here</div>
