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