Color spaces of #ded2ad
RGB | 222 | 210 | 173 |
---|---|---|---|
HSL | 0.13 | 0.43 | 0.77 |
HSV | 45° | 22° | 87° |
CMYK | 0.00 | 0.05 | 0.22 0.13 |
XYZ | 60.7136 | 64.6399 | 48.8120 |
Yxy | 64.6399 | 0.3486 | 0.3711 |
Hunter Lab | 80.3989 | -5.9031 | 20.2830 |
CIE-Lab | 84.2978 | -1.7065 | 19.8589 |
#ded2ad color RGB value is (222,210,173).
#ded2ad hex color red value is 222, green value is 210 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #ded2ad hue: 0.13 , saturation: 0.43 and the lightness value of ded2ad is 0.77.
The process color (four color CMYK) of #ded2ad color hex is 0.00, 0.05, 0.22, 0.13. Web safe color of #ded2ad is #cccc99. Color #ded2ad contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011110 | 11010010 | 10101101 |
Octal | 336 | 322 | 255 |
Decimal | 222 | 210 | 173 |
Hex | DE | D2 | AD |
Shades of #ded2ad
Tints of #ded2ad
RGB Percentages of Color #ded2ad
CMYK Percentages of Color #ded2ad
Complementary Color
#ded2ad | #adb9de |
#ded2ad Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ded2ad Color Preview on White Background
Lorem ipsum dolor sit amet.
#ded2ad Color CSS Codes
.mybgcolor {background-color:#ded2ad; } .myforecolor {color:#ded2ad; } .mybordercolor {border:3px solid #ded2ad; }
#ded2ad Text Font Color
<p style="color:#ded2ad">Text here</p>
This sample text font color is #ded2ad
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.
#ded2ad Background Color
<div style="background-color:#ded2ad">
Div content here</div>
This div background color is #ded2ad
#ded2ad Border Color
<div style="border:3px solid #ded2ad">
Div here</div>
This div border color is #ded2ad
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(222,210,173, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ded2ad; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ded2ad; -webkit-box-shadow: 1px 1px 3px 2px #ded2ad; box-shadow: 1px 1px 3px 2px #ded2ad; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(222,210,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 #ded2ad">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ded2ad; -webkit-box-shadow: 1px 1px 3px 2px #ded2ad; box-shadow: 1px 1px 3px 2px #ded2ad;">
Div content here</div>
This div box has shadow with color #ded2ad
Comments
No comments written yet.
Please login to write comment.