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