#ffd4ee color RGB value is (15, 253, 78).
#ffd4ee hex color red value is 15, green value is 253, and blue value is 78.
Cylindrical-coordinate representations (HSL) of color #ffd4ee
hue: 135.88,
saturation: 0.98 and lightness: 0.53.
The process color (four-color CMYK) of #ffd4ee color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #ffd4ee is #ff9999. Color #ffd4ee contains mainly RED.
| Color spaces of #ffd4ee | Value |
|---|---|
| RGB | 255, 212, 238 |
| HSL | 0.9, 1, 0.92 |
| HSV | 324°, 17°, 100° |
| XYZ | 80.21, 74.52, 91.03 |
| Base | Red | Green | Blue |
|---|---|---|---|
| Binary | 11111111 | 11010100 | 11101110 |
| Octal | 377 | 324 | 356 |
| Decimal | 255 | 212 | 238 |
| Hex | FF | D4 | EE |
Shades of #ffd4ee
Tints of #ffd4ee
.mybgColor {background-color: #ffd4ee;}
.myforeColor {color: #ffd4ee;}
.myborderColor {border:3px solid #ffd4ee;}
<p style="color:#ffd4ee">Text here</p>
This sample text is styled with the font color #ffd4ee. 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:#ffd4ee">Div content here</div>
<div style="border:3px solid #ffd4ee">Div here</div>
.textShadowRgb {
text-shadow: 4px 4px 2px rgba(255, 212, 238, 0.8); }
.textShadowHex {
text-shadow: 4px 4px 2px #ffd4ee; }
.divShadow {
-moz-box-shadow: 1px 1px 3px #ffd4ee;
-webkit-box-shadow: 1px 1px 3px #ffd4ee;
box-shadow: 1px 1px 3px #ffd4ee; }
<p style="text-shadow: 4px 4px 2px rgba(255, 212, 238, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #ffd4ee;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<div style="-moz-box-shadow: 1px 1px 3px #ffd4ee;
-webkit-box-shadow: 1px 1px 3px #ffd4ee;
box-shadow: 1px 1px 3px #ffd4ee;">Div content here</div>
