#f5ddcc color RGB value is (15, 93, 220).
#f5ddcc hex color red value is 15, green value is 93, and blue value is 220.
Cylindrical-coordinate representations (HSL) of color #f5ddcc
hue: 217.17,
saturation: 0.87 and lightness: 0.46.
The process color (four-color CMYK) of #f5ddcc color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #f5ddcc is #ff9999. Color #f5ddcc contains mainly RED.
Color spaces of #f5ddcc | Value |
---|---|
RGB | 245, 221, 204 |
HSL | 0.07, 0.67, 0.88 |
HSV | 25°, 17°, 96° |
XYZ | 74.41, 75.49, 67.77 |
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11110101 | 11011101 | 11001100 |
Octal | 365 | 335 | 314 |
Decimal | 245 | 221 | 204 |
Hex | F5 | DD | CC |
Shades of #f5ddcc
Tints of #f5ddcc
.mybgColor {background-color: #f5ddcc;} .myforeColor {color: #f5ddcc;} .myborderColor {border:3px solid #f5ddcc;}
<p style="color:#f5ddcc">Text here</p>
This sample text is styled with the font color #f5ddcc. 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:#f5ddcc">Div content here</div>
<div style="border:3px solid #f5ddcc">Div here</div>
.textShadowRgb { text-shadow: 4px 4px 2px rgba(245, 221, 204, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f5ddcc; } .divShadow { -moz-box-shadow: 1px 1px 3px #f5ddcc; -webkit-box-shadow: 1px 1px 3px #f5ddcc; box-shadow: 1px 1px 3px #f5ddcc; }
<p style="text-shadow: 4px 4px 2px rgba(245, 221, 204, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #f5ddcc;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<div style="-moz-box-shadow: 1px 1px 3px #f5ddcc;
-webkit-box-shadow: 1px 1px 3px #f5ddcc;
box-shadow: 1px 1px 3px #f5ddcc;">Div content here</div>