Hex #f4f2ee Color
equivalent to
RGB
(244, 242, 238)Details of #f4f2ee
|
|
|
|
Color HEX #f4f2ee matches (244, 242, 238) in RGB.
#f4f2ee hex color red value is 244, green value is 242 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #f4f2ee hue: 0.11, saturation: 0.21 and the lightness value of f4f2ee is 0.95.
The process color (four color CMYK) of #f4f2ee color hex is 0.00, 0.01, 0.02, 0.04. Web safe color of #f4f2ee is #ffffff. Color #f4f2ee contains mainly RED color.
Base Numbers
|
|
|
|
#f4f2ee tints
#f4f2ee shades
RGB in % of #f4f2ee
CMYK in % of #f4f2ee
Preview Color #f4f2ee on black ground
Very nice color.
Preview Color #f4f2ee on white ground
Very nice color.
CSS Codes #f4f2ee color
.mybgcolor {background-color:#f4f2ee; } .myforecolor {color:#f4f2ee; } .mybordercolor {border:3px solid #f4f2ee; }
Text Font Color #f4f2ee
<p style="color:#f4f2ee">Text here</p>
This sample text font color is #f4f2ee
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
Background Color #f4f2ee
<div style="background-color:#f4f2ee">
Div content here</div>
This div background color is #f4f2ee
Border Color #f4f2ee
<div style="border:3px solid #f4f2ee">
Div here</div>
The color of this border is #f4f2ee
Examples Css3
.textShadowRgb {text-shadow: 4px 4px 2px rgba(0,0,0, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f4f2ee; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f4f2ee; -webkit-box-shadow: 1px 1px 3px 2px #f4f2ee; box-shadow: 1px 1px 3px 2px #f4f2ee; }
Text Shadow using RGB
<p style="text-shadow: 4px 4px 2px rgba(0,0,0, 0.8);">Text here</p>
The shadow of this text using RGB.
Text Shadow using Hex
<p style="text-shadow: 4px 4px 2px #f4f2ee">Text here</p>
The shadow of this text using hex.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f4f2ee; -webkit-box-shadow: 1px 1px 3px 2px #f4f2ee; box-shadow: 1px 1px 3px 2px #f4f2ee;">
Div content here</div>
The shadow of div box using color #f4f2ee