Color spaces of #dcadbc
RGB | 220 | 173 | 188 |
---|---|---|---|
HSL | 0.95 | 0.40 | 0.77 |
HSV | 341° | 21° | 86° |
CMYK | 0.00 | 0.21 | 0.15 0.14 |
XYZ | 53.5359 | 48.7336 | 54.1618 |
Yxy | 48.7336 | 0.3422 | 0.3115 |
Hunter Lab | 69.8095 | 14.7226 | 2.8664 |
CIE-Lab | 75.2853 | 19.4549 | -1.0794 |
#dcadbc color RGB value is (220,173,188).
#dcadbc hex color red value is 220, green value is 173 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #dcadbc hue: 0.95 , saturation: 0.40 and the lightness value of dcadbc is 0.77.
The process color (four color CMYK) of #dcadbc color hex is 0.00, 0.21, 0.15, 0.14. Web safe color of #dcadbc is #cc99cc. Color #dcadbc contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011100 | 10101101 | 10111100 |
Octal | 334 | 255 | 274 |
Decimal | 220 | 173 | 188 |
Hex | DC | AD | BC |
Shades of #dcadbc
Tints of #dcadbc
RGB Percentages of Color #dcadbc
CMYK Percentages of Color #dcadbc
Complementary Color
#dcadbc | #addccd |
#dcadbc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dcadbc Color Preview on White Background
Lorem ipsum dolor sit amet.
#dcadbc Color CSS Codes
.mybgcolor {background-color:#dcadbc; } .myforecolor {color:#dcadbc; } .mybordercolor {border:3px solid #dcadbc; }
#dcadbc Text Font Color
<p style="color:#dcadbc">Text here</p>
This sample text font color is #dcadbc
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.
#dcadbc Background Color
<div style="background-color:#dcadbc">
Div content here</div>
This div background color is #dcadbc
#dcadbc Border Color
<div style="border:3px solid #dcadbc">
Div here</div>
This div border color is #dcadbc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(220,173,188, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dcadbc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dcadbc; -webkit-box-shadow: 1px 1px 3px 2px #dcadbc; box-shadow: 1px 1px 3px 2px #dcadbc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(220,173,188, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dcadbc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dcadbc; -webkit-box-shadow: 1px 1px 3px 2px #dcadbc; box-shadow: 1px 1px 3px 2px #dcadbc;">
Div content here</div>
This div box has shadow with color #dcadbc
Comments
No comments written yet.
Please login to write comment.