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