#dbce9a color RGB value is (13, 188, 233).
#dbce9a hex color red value is 13, green value is 188, and blue value is 233.
Cylindrical-coordinate representations (HSL) of color #dbce9a
hue: 192.27,
saturation: 0.89 and lightness: 0.48.
The process color (four-color CMYK) of #dbce9a color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #dbce9a is #ff9999. Color #dbce9a contains mainly RED.
| Color spaces of #dbce9a | Value |
|---|---|
| RGB | 219, 206, 154 |
| HSL | 0.13, 0.47, 0.73 |
| HSV | 48°, 30°, 86° |
| XYZ | 57.12, 61.54, 39.43 |
| Base | Red | Green | Blue |
|---|---|---|---|
| Binary | 11011011 | 11001110 | 10011010 |
| Octal | 333 | 316 | 232 |
| Decimal | 219 | 206 | 154 |
| Hex | DB | CE | 9A |
Shades of #dbce9a
Tints of #dbce9a
.mybgColor {background-color: #dbce9a;}
.myforeColor {color: #dbce9a;}
.myborderColor {border:3px solid #dbce9a;}
<p style="color:#dbce9a">Text here</p>
This sample text is styled with the font color #dbce9a. 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:#dbce9a">Div content here</div>
<div style="border:3px solid #dbce9a">Div here</div>
.textShadowRgb {
text-shadow: 4px 4px 2px rgba(219, 206, 154, 0.8); }
.textShadowHex {
text-shadow: 4px 4px 2px #dbce9a; }
.divShadow {
-moz-box-shadow: 1px 1px 3px #dbce9a;
-webkit-box-shadow: 1px 1px 3px #dbce9a;
box-shadow: 1px 1px 3px #dbce9a; }
<p style="text-shadow: 4px 4px 2px rgba(219, 206, 154, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #dbce9a;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<div style="-moz-box-shadow: 1px 1px 3px #dbce9a;
-webkit-box-shadow: 1px 1px 3px #dbce9a;
box-shadow: 1px 1px 3px #dbce9a;">Div content here</div>
