Color spaces of #dedca0
RGB | 222 | 220 | 160 |
---|---|---|---|
HSL | 0.16 | 0.48 | 0.75 |
HSV | 58° | 28° | 87° |
CMYK | 0.00 | 0.01 | 0.28 0.13 |
XYZ | 62.0626 | 69.2541 | 43.3540 |
Yxy | 69.2541 | 0.3553 | 0.3965 |
Hunter Lab | 83.2190 | -12.5127 | 27.3655 |
CIE-Lab | 86.6297 | -8.5918 | 29.8115 |
#dedca0 color RGB value is (222,220,160).
#dedca0 hex color red value is 222, green value is 220 and the blue value of its RGB is 160. Cylindrical-coordinate representations (also known as HSL) of color #dedca0 hue: 0.16 , saturation: 0.48 and the lightness value of dedca0 is 0.75.
The process color (four color CMYK) of #dedca0 color hex is 0.00, 0.01, 0.28, 0.13. Web safe color of #dedca0 is #cccc99. Color #dedca0 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011110 | 11011100 | 10100000 |
Octal | 336 | 334 | 240 |
Decimal | 222 | 220 | 160 |
Hex | DE | DC | A0 |
Shades of #dedca0
Tints of #dedca0
RGB Percentages of Color #dedca0
CMYK Percentages of Color #dedca0
Complementary Color
#dedca0 | #a0a2de |
#dedca0 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dedca0 Color Preview on White Background
Lorem ipsum dolor sit amet.
#dedca0 Color CSS Codes
.mybgcolor {background-color:#dedca0; } .myforecolor {color:#dedca0; } .mybordercolor {border:3px solid #dedca0; }
#dedca0 Text Font Color
<p style="color:#dedca0">Text here</p>
This sample text font color is #dedca0
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.
#dedca0 Background Color
<div style="background-color:#dedca0">
Div content here</div>
This div background color is #dedca0
#dedca0 Border Color
<div style="border:3px solid #dedca0">
Div here</div>
This div border color is #dedca0
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(222,220,160, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dedca0; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dedca0; -webkit-box-shadow: 1px 1px 3px 2px #dedca0; box-shadow: 1px 1px 3px 2px #dedca0; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(222,220,160, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dedca0">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dedca0; -webkit-box-shadow: 1px 1px 3px 2px #dedca0; box-shadow: 1px 1px 3px 2px #dedca0;">
Div content here</div>
This div box has shadow with color #dedca0
Comments
No comments written yet.
Please login to write comment.