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