Hex #ede5e4 Color
equivalent to
RGB
(237, 229, 228)Details of #ede5e4
|
|
|
|
Color HEX #ede5e4 matches (237, 229, 228) in RGB.
#ede5e4 hex color red value is 237, green value is 229 and the blue value of its RGB is 228. Cylindrical-coordinate representations (also known as HSL) of color #ede5e4 hue: 0.02, saturation: 0.20 and the lightness value of ede5e4 is 0.91.
The process color (four color CMYK) of #ede5e4 color hex is 0.00, 0.03, 0.04, 0.07. Web safe color of #ede5e4 is #ffcccc. Color #ede5e4 contains mainly RED color.
Base Numbers
|
|
|
|
#ede5e4 tints
#ede5e4 shades
RGB in % of #ede5e4
CMYK in % of #ede5e4
Preview Color #ede5e4 on black ground
Very nice color.
Preview Color #ede5e4 on white ground
Very nice color.
CSS Codes #ede5e4 color
.mybgcolor {background-color:#ede5e4; } .myforecolor {color:#ede5e4; } .mybordercolor {border:3px solid #ede5e4; }
Text Font Color #ede5e4
<p style="color:#ede5e4">Text here</p>
This sample text font color is #ede5e4
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 #ede5e4
<div style="background-color:#ede5e4">
Div content here</div>
This div background color is #ede5e4
Border Color #ede5e4
<div style="border:3px solid #ede5e4">
Div here</div>
The color of this border is #ede5e4
Examples Css3
.textShadowRgb {text-shadow: 4px 4px 2px rgba(0,0,0, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ede5e4; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ede5e4; -webkit-box-shadow: 1px 1px 3px 2px #ede5e4; box-shadow: 1px 1px 3px 2px #ede5e4; }
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 #ede5e4">Text here</p>
The shadow of this text using hex.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ede5e4; -webkit-box-shadow: 1px 1px 3px 2px #ede5e4; box-shadow: 1px 1px 3px 2px #ede5e4;">
Div content here</div>
The shadow of div box using color #ede5e4