color details

Color Details
#f5ebe1 Color Hex

#f5ebe1 color RGB value is (15, 94, 190).
#f5ebe1 hex color red value is 15, green value is 94, and blue value is 190.
Cylindrical-coordinate representations (HSL) of color #f5ebe1 hue: 212.91, saturation: 0.85 and lightness: 0.4.

The process color (four-color CMYK) of #f5ebe1 color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #f5ebe1 is #ff9999. Color #f5ebe1 contains mainly RED.

Color Spaces
Color spaces of #f5ebe1Value
RGB245, 235, 225
HSL0.08, 0.5, 0.92
HSV30°, 8°, 96°
XYZ80.95, 84.27, 83.22
Base Numbers
Base Red Green Blue
Binary 11110101 11101011 11100001
Octal 365 353 341
Decimal 245 235 225
Hex F5 EB E1

RGB Percentages for Color #f5ebe1

34.75%
33.33%
31.91%

CMYK Percentages of the Color #f5ebe1

4.08%
8.16%
3.92%
CSS Codes for Color #f5ebe1
.mybgColor {background-color: #f5ebe1;}
.myforeColor {color: #f5ebe1;}
.myborderColor {border:3px solid #f5ebe1;}
Text Font Color #f5ebe1

<p style="color:#f5ebe1">Text here</p>

This sample text is styled with the font color #f5ebe1. 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 #f5ebe1

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

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

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

The border color of this div is #f5ebe1
Css3 Examples
            .textShadowRgb {
                text-shadow: 4px 4px 2px rgba(245, 235, 225, 0.8);            }
            .textShadowHex {
                text-shadow: 4px 4px 2px #f5ebe1;            }
            .divShadow {
                -moz-box-shadow: 1px 1px 3px #f5ebe1;
-webkit-box-shadow: 1px 1px 3px #f5ebe1;
box-shadow: 1px 1px 3px #f5ebe1;            }
            
Text Shadow Using RGB Values

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

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

Shadow Div Box

<div style="-moz-box-shadow: 1px 1px 3px #f5ebe1; -webkit-box-shadow: 1px 1px 3px #f5ebe1; box-shadow: 1px 1px 3px #f5ebe1;">Div content here</div>

This div box has a shadow with a specified color. #f5ebe1

Scroll to Top