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