Color spaces of #dccea0
RGB | 220 | 206 | 160 |
---|---|---|---|
HSL | 0.13 | 0.46 | 0.75 |
HSV | 46° | 27° | 86° |
CMYK | 0.00 | 0.06 | 0.27 0.14 |
XYZ | 57.9317 | 61.8963 | 42.1516 |
Yxy | 61.8963 | 0.3576 | 0.3821 |
Hunter Lab | 78.6742 | -6.2415 | 23.3059 |
CIE-Lab | 82.8582 | -2.1814 | 24.6820 |
#dccea0 color RGB value is (220,206,160).
#dccea0 hex color red value is 220, green value is 206 and the blue value of its RGB is 160. Cylindrical-coordinate representations (also known as HSL) of color #dccea0 hue: 0.13 , saturation: 0.46 and the lightness value of dccea0 is 0.75.
The process color (four color CMYK) of #dccea0 color hex is 0.00, 0.06, 0.27, 0.14. Web safe color of #dccea0 is #cccc99. Color #dccea0 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011100 | 11001110 | 10100000 |
Octal | 334 | 316 | 240 |
Decimal | 220 | 206 | 160 |
Hex | DC | CE | A0 |
Shades of #dccea0
Tints of #dccea0
RGB Percentages of Color #dccea0
CMYK Percentages of Color #dccea0
Complementary Color
#dccea0 | #a0aedc |
#dccea0 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dccea0 Color Preview on White Background
Lorem ipsum dolor sit amet.
#dccea0 Color CSS Codes
.mybgcolor {background-color:#dccea0; } .myforecolor {color:#dccea0; } .mybordercolor {border:3px solid #dccea0; }
#dccea0 Text Font Color
<p style="color:#dccea0">Text here</p>
This sample text font color is #dccea0
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.
#dccea0 Background Color
<div style="background-color:#dccea0">
Div content here</div>
This div background color is #dccea0
#dccea0 Border Color
<div style="border:3px solid #dccea0">
Div here</div>
This div border color is #dccea0
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(220,206,160, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dccea0; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dccea0; -webkit-box-shadow: 1px 1px 3px 2px #dccea0; box-shadow: 1px 1px 3px 2px #dccea0; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(220,206,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 #dccea0">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dccea0; -webkit-box-shadow: 1px 1px 3px 2px #dccea0; box-shadow: 1px 1px 3px 2px #dccea0;">
Div content here</div>
This div box has shadow with color #dccea0
Comments
No comments written yet.
Please login to write comment.