Color spaces of #dccace
RGB | 220 | 202 | 206 |
---|---|---|---|
HSL | 0.96 | 0.20 | 0.83 |
HSV | 347° | 8° | 86° |
CMYK | 0.00 | 0.08 | 0.06 0.14 |
XYZ | 61.7763 | 61.9129 | 67.0869 |
Yxy | 61.9129 | 0.3238 | 0.3245 |
Hunter Lab | 78.6848 | 2.4441 | 4.5285 |
CIE-Lab | 82.8671 | 6.9584 | 0.2750 |
#dccace color RGB value is (220,202,206).
#dccace hex color red value is 220, green value is 202 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #dccace hue: 0.96 , saturation: 0.20 and the lightness value of dccace is 0.83.
The process color (four color CMYK) of #dccace color hex is 0.00, 0.08, 0.06, 0.14. Web safe color of #dccace is #cccccc. Color #dccace contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011100 | 11001010 | 11001110 |
Octal | 334 | 312 | 316 |
Decimal | 220 | 202 | 206 |
Hex | DC | CA | CE |
Shades of #dccace
Tints of #dccace
RGB Percentages of Color #dccace
CMYK Percentages of Color #dccace
Complementary Color
#dccace | #cadcd8 |
#dccace Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dccace Color Preview on White Background
Lorem ipsum dolor sit amet.
#dccace Color CSS Codes
.mybgcolor {background-color:#dccace; } .myforecolor {color:#dccace; } .mybordercolor {border:3px solid #dccace; }
#dccace Text Font Color
<p style="color:#dccace">Text here</p>
This sample text font color is #dccace
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.
#dccace Background Color
<div style="background-color:#dccace">
Div content here</div>
This div background color is #dccace
#dccace Border Color
<div style="border:3px solid #dccace">
Div here</div>
This div border color is #dccace
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(220,202,206, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dccace; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dccace; -webkit-box-shadow: 1px 1px 3px 2px #dccace; box-shadow: 1px 1px 3px 2px #dccace; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(220,202,206, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dccace">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dccace; -webkit-box-shadow: 1px 1px 3px 2px #dccace; box-shadow: 1px 1px 3px 2px #dccace;">
Div content here</div>
This div box has shadow with color #dccace
Comments
No comments written yet.
Please login to write comment.