#d0ebda color RGB value is (13, 14, 189).
#d0ebda hex color red value is 13, green value is 14, and blue value is 189.
Cylindrical-coordinate representations (HSL) of color #d0ebda
hue: 239.66,
saturation: 0.87 and lightness: 0.4.
The process color (four-color CMYK) of #d0ebda color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #d0ebda is #ff9999. Color #d0ebda contains mainly RED.
Color spaces of #d0ebda | Value |
---|---|
RGB | 208, 235, 218 |
HSL | 0.4, 0.4, 0.87 |
HSV | 142°, 11°, 92° |
XYZ | 68.37, 77.89, 77.75 |
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010000 | 11101011 | 11011010 |
Octal | 320 | 353 | 332 |
Decimal | 208 | 235 | 218 |
Hex | D0 | EB | DA |
Shades of #d0ebda
Tints of #d0ebda
.mybgColor {background-color: #d0ebda;} .myforeColor {color: #d0ebda;} .myborderColor {border:3px solid #d0ebda;}
<p style="color:#d0ebda">Text here</p>
This sample text is styled with the font color #d0ebda. 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:#d0ebda">Div content here</div>
<div style="border:3px solid #d0ebda">Div here</div>
.textShadowRgb { text-shadow: 4px 4px 2px rgba(208, 235, 218, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d0ebda; } .divShadow { -moz-box-shadow: 1px 1px 3px #d0ebda; -webkit-box-shadow: 1px 1px 3px #d0ebda; box-shadow: 1px 1px 3px #d0ebda; }
<p style="text-shadow: 4px 4px 2px rgba(208, 235, 218, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #d0ebda;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<div style="-moz-box-shadow: 1px 1px 3px #d0ebda;
-webkit-box-shadow: 1px 1px 3px #d0ebda;
box-shadow: 1px 1px 3px #d0ebda;">Div content here</div>