Color spaces of #dcbac0
RGB | 220 | 186 | 192 |
---|---|---|---|
HSL | 0.97 | 0.33 | 0.80 |
HSV | 349° | 15° | 86° |
CMYK | 0.00 | 0.15 | 0.13 0.14 |
XYZ | 56.5885 | 54.1392 | 57.3365 |
Yxy | 54.1392 | 0.3367 | 0.3221 |
Hunter Lab | 73.5793 | 8.5172 | 5.3040 |
CIE-Lab | 78.5428 | 13.1175 | 1.4995 |
#dcbac0 color RGB value is (220,186,192).
#dcbac0 hex color red value is 220, green value is 186 and the blue value of its RGB is 192. Cylindrical-coordinate representations (also known as HSL) of color #dcbac0 hue: 0.97 , saturation: 0.33 and the lightness value of dcbac0 is 0.80.
The process color (four color CMYK) of #dcbac0 color hex is 0.00, 0.15, 0.13, 0.14. Web safe color of #dcbac0 is #cccccc. Color #dcbac0 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011100 | 10111010 | 11000000 |
Octal | 334 | 272 | 300 |
Decimal | 220 | 186 | 192 |
Hex | DC | BA | C0 |
Shades of #dcbac0
Tints of #dcbac0
RGB Percentages of Color #dcbac0
CMYK Percentages of Color #dcbac0
Complementary Color
#dcbac0 | #badcd6 |
#dcbac0 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dcbac0 Color Preview on White Background
Lorem ipsum dolor sit amet.
#dcbac0 Color CSS Codes
.mybgcolor {background-color:#dcbac0; } .myforecolor {color:#dcbac0; } .mybordercolor {border:3px solid #dcbac0; }
#dcbac0 Text Font Color
<p style="color:#dcbac0">Text here</p>
This sample text font color is #dcbac0
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.
#dcbac0 Background Color
<div style="background-color:#dcbac0">
Div content here</div>
This div background color is #dcbac0
#dcbac0 Border Color
<div style="border:3px solid #dcbac0">
Div here</div>
This div border color is #dcbac0
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(220,186,192, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dcbac0; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dcbac0; -webkit-box-shadow: 1px 1px 3px 2px #dcbac0; box-shadow: 1px 1px 3px 2px #dcbac0; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(220,186,192, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dcbac0">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dcbac0; -webkit-box-shadow: 1px 1px 3px 2px #dcbac0; box-shadow: 1px 1px 3px 2px #dcbac0;">
Div content here</div>
This div box has shadow with color #dcbac0
Comments
No comments written yet.
Please login to write comment.