Color spaces of #dcacc7
RGB | 220 | 172 | 199 |
---|---|---|---|
HSL | 0.91 | 0.41 | 0.77 |
HSV | 326° | 22° | 86° |
CMYK | 0.00 | 0.22 | 0.10 0.14 |
XYZ | 54.5765 | 48.8442 | 60.5842 |
Yxy | 48.8442 | 0.3328 | 0.2978 |
Hunter Lab | 69.8886 | 17.0868 | -2.4746 |
CIE-Lab | 75.3543 | 21.8157 | -6.9915 |
#dcacc7 color RGB value is (220,172,199).
#dcacc7 hex color red value is 220, green value is 172 and the blue value of its RGB is 199. Cylindrical-coordinate representations (also known as HSL) of color #dcacc7 hue: 0.91 , saturation: 0.41 and the lightness value of dcacc7 is 0.77.
The process color (four color CMYK) of #dcacc7 color hex is 0.00, 0.22, 0.10, 0.14. Web safe color of #dcacc7 is #cc99cc. Color #dcacc7 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011100 | 10101100 | 11000111 |
Octal | 334 | 254 | 307 |
Decimal | 220 | 172 | 199 |
Hex | DC | AC | C7 |
Shades of #dcacc7
Tints of #dcacc7
RGB Percentages of Color #dcacc7
CMYK Percentages of Color #dcacc7
Complementary Color
#dcacc7 | #acdcc1 |
#dcacc7 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dcacc7 Color Preview on White Background
Lorem ipsum dolor sit amet.
#dcacc7 Color CSS Codes
.mybgcolor {background-color:#dcacc7; } .myforecolor {color:#dcacc7; } .mybordercolor {border:3px solid #dcacc7; }
#dcacc7 Text Font Color
<p style="color:#dcacc7">Text here</p>
This sample text font color is #dcacc7
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.
#dcacc7 Background Color
<div style="background-color:#dcacc7">
Div content here</div>
This div background color is #dcacc7
#dcacc7 Border Color
<div style="border:3px solid #dcacc7">
Div here</div>
This div border color is #dcacc7
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(220,172,199, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dcacc7; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dcacc7; -webkit-box-shadow: 1px 1px 3px 2px #dcacc7; box-shadow: 1px 1px 3px 2px #dcacc7; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(220,172,199, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dcacc7">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dcacc7; -webkit-box-shadow: 1px 1px 3px 2px #dcacc7; box-shadow: 1px 1px 3px 2px #dcacc7;">
Div content here</div>
This div box has shadow with color #dcacc7
Comments
No comments written yet.
Please login to write comment.