Color spaces of #dcbcab
RGB | 220 | 188 | 171 |
---|---|---|---|
HSL | 0.06 | 0.41 | 0.77 |
HSV | 21° | 22° | 86° |
CMYK | 0.00 | 0.15 | 0.22 0.14 |
XYZ | 54.8491 | 54.1224 | 46.0839 |
Yxy | 54.1224 | 0.3537 | 0.3491 |
Hunter Lab | 73.5679 | 4.3381 | 14.3575 |
CIE-Lab | 78.5331 | 8.8050 | 12.8261 |
#dcbcab color RGB value is (220,188,171).
#dcbcab hex color red value is 220, green value is 188 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #dcbcab hue: 0.06 , saturation: 0.41 and the lightness value of dcbcab is 0.77.
The process color (four color CMYK) of #dcbcab color hex is 0.00, 0.15, 0.22, 0.14. Web safe color of #dcbcab is #cccc99. Color #dcbcab contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011100 | 10111100 | 10101011 |
Octal | 334 | 274 | 253 |
Decimal | 220 | 188 | 171 |
Hex | DC | BC | AB |
Shades of #dcbcab
Tints of #dcbcab
RGB Percentages of Color #dcbcab
CMYK Percentages of Color #dcbcab
Complementary Color
#dcbcab | #abcbdc |
#dcbcab Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dcbcab Color Preview on White Background
Lorem ipsum dolor sit amet.
#dcbcab Color CSS Codes
.mybgcolor {background-color:#dcbcab; } .myforecolor {color:#dcbcab; } .mybordercolor {border:3px solid #dcbcab; }
#dcbcab Text Font Color
<p style="color:#dcbcab">Text here</p>
This sample text font color is #dcbcab
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.
#dcbcab Background Color
<div style="background-color:#dcbcab">
Div content here</div>
This div background color is #dcbcab
#dcbcab Border Color
<div style="border:3px solid #dcbcab">
Div here</div>
This div border color is #dcbcab
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(220,188,171, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dcbcab; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dcbcab; -webkit-box-shadow: 1px 1px 3px 2px #dcbcab; box-shadow: 1px 1px 3px 2px #dcbcab; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(220,188,171, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dcbcab">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dcbcab; -webkit-box-shadow: 1px 1px 3px 2px #dcbcab; box-shadow: 1px 1px 3px 2px #dcbcab;">
Div content here</div>
This div box has shadow with color #dcbcab
Comments
No comments written yet.
Please login to write comment.