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