Color spaces of #daccab
RGB | 218 | 204 | 171 |
---|---|---|---|
HSL | 0.12 | 0.39 | 0.76 |
HSV | 42° | 22° | 85° |
CMYK | 0.00 | 0.06 | 0.22 0.15 |
XYZ | 57.8570 | 61.0314 | 47.2589 |
Yxy | 61.0314 | 0.3482 | 0.3673 |
Hunter Lab | 78.1226 | -4.5188 | 18.8194 |
CIE-Lab | 82.3956 | -0.3696 | 18.2202 |
#daccab color RGB value is (218,204,171).
#daccab hex color red value is 218, green value is 204 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #daccab hue: 0.12 , saturation: 0.39 and the lightness value of daccab is 0.76.
The process color (four color CMYK) of #daccab color hex is 0.00, 0.06, 0.22, 0.15. Web safe color of #daccab is #cccc99. Color #daccab contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011010 | 11001100 | 10101011 |
Octal | 332 | 314 | 253 |
Decimal | 218 | 204 | 171 |
Hex | DA | CC | AB |
Shades of #daccab
Tints of #daccab
RGB Percentages of Color #daccab
CMYK Percentages of Color #daccab
Complementary Color
#daccab | #abb9da |
#daccab Color Preview on Black Background
Lorem ipsum dolor sit amet.
#daccab Color Preview on White Background
Lorem ipsum dolor sit amet.
#daccab Color CSS Codes
.mybgcolor {background-color:#daccab; } .myforecolor {color:#daccab; } .mybordercolor {border:3px solid #daccab; }
#daccab Text Font Color
<p style="color:#daccab">Text here</p>
This sample text font color is #daccab
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.
#daccab Background Color
<div style="background-color:#daccab">
Div content here</div>
This div background color is #daccab
#daccab Border Color
<div style="border:3px solid #daccab">
Div here</div>
This div border color is #daccab
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(218,204,171, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #daccab; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #daccab; -webkit-box-shadow: 1px 1px 3px 2px #daccab; box-shadow: 1px 1px 3px 2px #daccab; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(218,204,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 #daccab">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #daccab; -webkit-box-shadow: 1px 1px 3px 2px #daccab; box-shadow: 1px 1px 3px 2px #daccab;">
Div content here</div>
This div box has shadow with color #daccab
Comments
No comments written yet.
Please login to write comment.