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