#fdf7ef color RGB value is (15, 223, 126).
#fdf7ef hex color red value is 15, green value is 223, and blue value is 126.
Cylindrical-coordinate representations (HSL) of color #fdf7ef
hue: 152.02,
saturation: 0.87 and lightness: 0.47.
The process color (four-color CMYK) of #fdf7ef color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #fdf7ef is #ff9999. Color #fdf7ef contains mainly RED.
| Color spaces of #fdf7ef | Value |
|---|---|
| RGB | 253, 247, 239 |
| HSL | 0.1, 0.78, 0.96 |
| HSV | 34°, 6°, 99° |
| XYZ | 89.35, 93.64, 95.01 |
| Base | Red | Green | Blue |
|---|---|---|---|
| Binary | 11111101 | 11110111 | 11101111 |
| Octal | 375 | 367 | 357 |
| Decimal | 253 | 247 | 239 |
| Hex | FD | F7 | EF |
Shades of #fdf7ef
Tints of #fdf7ef
.mybgColor {background-color: #fdf7ef;}
.myforeColor {color: #fdf7ef;}
.myborderColor {border:3px solid #fdf7ef;}
<p style="color:#fdf7ef">Text here</p>
This sample text is styled with the font color #fdf7ef. 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:#fdf7ef">Div content here</div>
<div style="border:3px solid #fdf7ef">Div here</div>
.textShadowRgb {
text-shadow: 4px 4px 2px rgba(253, 247, 239, 0.8); }
.textShadowHex {
text-shadow: 4px 4px 2px #fdf7ef; }
.divShadow {
-moz-box-shadow: 1px 1px 3px #fdf7ef;
-webkit-box-shadow: 1px 1px 3px #fdf7ef;
box-shadow: 1px 1px 3px #fdf7ef; }
<p style="text-shadow: 4px 4px 2px rgba(253, 247, 239, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #fdf7ef;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<div style="-moz-box-shadow: 1px 1px 3px #fdf7ef;
-webkit-box-shadow: 1px 1px 3px #fdf7ef;
box-shadow: 1px 1px 3px #fdf7ef;">Div content here</div>
