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