color details

Color Details
#d0ebda Color Hex

#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
Color spaces of #d0ebdaValue
RGB208, 235, 218
HSL0.4, 0.4, 0.87
HSV142°, 11°, 92°
XYZ68.37, 77.89, 77.75
Base Numbers
Base Red Green Blue
Binary 11010000 11101011 11011010
Octal 320 353 332
Decimal 208 235 218
Hex D0 EB DA

RGB Percentages for Color #d0ebda

31.47%
35.55%
32.98%

CMYK Percentages of the Color #d0ebda

11.49%
7.23%
7.84%
CSS Codes for Color #d0ebda
.mybgColor {background-color: #d0ebda;}
.myforeColor {color: #d0ebda;}
.myborderColor {border:3px solid #d0ebda;}
Text Font Color #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,

Background Color #d0ebda

<div style="background-color:#d0ebda">Div content here</div>

The background color of this div is #d0ebda
Border Color #d0ebda

<div style="border:3px solid #d0ebda">Div here</div>

The border color of this div is #d0ebda
Css3 Examples
            .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;            }
            
Text Shadow Using RGB Values

<p style="text-shadow: 4px 4px 2px rgba(208, 235, 218, 0.8);">Text here</p>

This text has a shadow with RGB values.

Text Shadow Using Hex Values

<p style="text-shadow: 4px 4px 2px #d0ebda;">Text here</p>

This text has a shadow with hexadecimal (hex) values.

Shadow Div Box

<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>

This div box has a shadow with a specified color. #d0ebda
Scroll to Top