#ffdcef color RGB value is (15, 253, 206).
#ffdcef hex color red value is 15, green value is 253, and blue value is 206.
Cylindrical-coordinate representations (HSL) of color #ffdcef
hue: 168.15,
saturation: 0.98 and lightness: 0.53.
The process color (four-color CMYK) of #ffdcef color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #ffdcef is #ff9999. Color #ffdcef contains mainly RED.
| Color spaces of #ffdcef | Value |
|---|---|
| RGB | 255, 220, 239 |
| HSL | 0.91, 1, 0.93 |
| HSV | 327°, 14°, 100° |
| XYZ | 82.41, 78.68, 92.49 |
| Base | Red | Green | Blue |
|---|---|---|---|
| Binary | 11111111 | 11011100 | 11101111 |
| Octal | 377 | 334 | 357 |
| Decimal | 255 | 220 | 239 |
| Hex | FF | DC | EF |
Shades of #ffdcef
Tints of #ffdcef
.mybgColor {background-color: #ffdcef;}
.myforeColor {color: #ffdcef;}
.myborderColor {border:3px solid #ffdcef;}
<p style="color:#ffdcef">Text here</p>
This sample text is styled with the font color #ffdcef. 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:#ffdcef">Div content here</div>
<div style="border:3px solid #ffdcef">Div here</div>
.textShadowRgb {
text-shadow: 4px 4px 2px rgba(255, 220, 239, 0.8); }
.textShadowHex {
text-shadow: 4px 4px 2px #ffdcef; }
.divShadow {
-moz-box-shadow: 1px 1px 3px #ffdcef;
-webkit-box-shadow: 1px 1px 3px #ffdcef;
box-shadow: 1px 1px 3px #ffdcef; }
<p style="text-shadow: 4px 4px 2px rgba(255, 220, 239, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #ffdcef;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<div style="-moz-box-shadow: 1px 1px 3px #ffdcef;
-webkit-box-shadow: 1px 1px 3px #ffdcef;
box-shadow: 1px 1px 3px #ffdcef;">Div content here</div>
