Color spaces of #dedcad
RGB | 222 | 220 | 173 |
---|---|---|---|
HSL | 0.16 | 0.43 | 0.77 |
HSV | 58° | 22° | 87° |
CMYK | 0.00 | 0.01 | 0.22 0.13 |
XYZ | 63.2602 | 69.7331 | 49.6608 |
Yxy | 69.7331 | 0.3463 | 0.3818 |
Hunter Lab | 83.5063 | -10.9135 | 23.1950 |
CIE-Lab | 86.8658 | -6.8370 | 23.4043 |
#dedcad color RGB value is (222,220,173).
#dedcad hex color red value is 222, green value is 220 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #dedcad hue: 0.16 , saturation: 0.43 and the lightness value of dedcad is 0.77.
The process color (four color CMYK) of #dedcad color hex is 0.00, 0.01, 0.22, 0.13. Web safe color of #dedcad is #cccc99. Color #dedcad contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011110 | 11011100 | 10101101 |
Octal | 336 | 334 | 255 |
Decimal | 222 | 220 | 173 |
Hex | DE | DC | AD |
Shades of #dedcad
Tints of #dedcad
RGB Percentages of Color #dedcad
CMYK Percentages of Color #dedcad
Complementary Color
#dedcad | #adafde |
#dedcad Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dedcad Color Preview on White Background
Lorem ipsum dolor sit amet.
#dedcad Color CSS Codes
.mybgcolor {background-color:#dedcad; } .myforecolor {color:#dedcad; } .mybordercolor {border:3px solid #dedcad; }
#dedcad Text Font Color
<p style="color:#dedcad">Text here</p>
This sample text font color is #dedcad
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.
#dedcad Background Color
<div style="background-color:#dedcad">
Div content here</div>
This div background color is #dedcad
#dedcad Border Color
<div style="border:3px solid #dedcad">
Div here</div>
This div border color is #dedcad
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(222,220,173, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dedcad; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dedcad; -webkit-box-shadow: 1px 1px 3px 2px #dedcad; box-shadow: 1px 1px 3px 2px #dedcad; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(222,220,173, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dedcad">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dedcad; -webkit-box-shadow: 1px 1px 3px 2px #dedcad; box-shadow: 1px 1px 3px 2px #dedcad;">
Div content here</div>
This div box has shadow with color #dedcad
Comments
No comments written yet.
Please login to write comment.