color details

Color Details
#f5ddcc Color Hex

#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
Color spaces of #f5ddccValue
RGB245, 221, 204
HSL0.07, 0.67, 0.88
HSV25°, 17°, 96°
XYZ74.41, 75.49, 67.77
Base Numbers
Base Red Green Blue
Binary 11110101 11011101 11001100
Octal 365 335 314
Decimal 245 221 204
Hex F5 DD CC

RGB Percentages for Color #f5ddcc

36.57%
32.99%
30.45%

CMYK Percentages of the Color #f5ddcc

9.8%
16.73%
3.92%
CSS Codes for Color #f5ddcc
.mybgColor {background-color: #f5ddcc;}
.myforeColor {color: #f5ddcc;}
.myborderColor {border:3px solid #f5ddcc;}
Text Font Color #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,

Background Color #f5ddcc

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

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

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

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

<p style="text-shadow: 4px 4px 2px rgba(245, 221, 204, 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 #f5ddcc;">Text here</p>

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

Shadow Div Box

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

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