Color spaces of #dacfbd
RGB | 218 | 207 | 189 |
---|---|---|---|
HSL | 0.10 | 0.28 | 0.80 |
HSV | 37° | 13° | 85° |
CMYK | 0.00 | 0.05 | 0.13 0.15 |
XYZ | 60.4116 | 63.2052 | 57.1599 |
Yxy | 63.2052 | 0.3342 | 0.3496 |
Hunter Lab | 79.5017 | -3.4897 | 13.0230 |
CIE-Lab | 83.5502 | 0.8008 | 10.2989 |
#dacfbd color RGB value is (218,207,189).
#dacfbd hex color red value is 218, green value is 207 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #dacfbd hue: 0.10 , saturation: 0.28 and the lightness value of dacfbd is 0.80.
The process color (four color CMYK) of #dacfbd color hex is 0.00, 0.05, 0.13, 0.15. Web safe color of #dacfbd is #cccccc. Color #dacfbd contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011010 | 11001111 | 10111101 |
Octal | 332 | 317 | 275 |
Decimal | 218 | 207 | 189 |
Hex | DA | CF | BD |
Shades of #dacfbd
Tints of #dacfbd
RGB Percentages of Color #dacfbd
CMYK Percentages of Color #dacfbd
Complementary Color
#dacfbd | #bdc8da |
#dacfbd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dacfbd Color Preview on White Background
Lorem ipsum dolor sit amet.
#dacfbd Color CSS Codes
.mybgcolor {background-color:#dacfbd; } .myforecolor {color:#dacfbd; } .mybordercolor {border:3px solid #dacfbd; }
#dacfbd Text Font Color
<p style="color:#dacfbd">Text here</p>
This sample text font color is #dacfbd
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.
#dacfbd Background Color
<div style="background-color:#dacfbd">
Div content here</div>
This div background color is #dacfbd
#dacfbd Border Color
<div style="border:3px solid #dacfbd">
Div here</div>
This div border color is #dacfbd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(218,207,189, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dacfbd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dacfbd; -webkit-box-shadow: 1px 1px 3px 2px #dacfbd; box-shadow: 1px 1px 3px 2px #dacfbd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(218,207,189, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dacfbd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dacfbd; -webkit-box-shadow: 1px 1px 3px 2px #dacfbd; box-shadow: 1px 1px 3px 2px #dacfbd;">
Div content here</div>
This div box has shadow with color #dacfbd
Comments
No comments written yet.
Please login to write comment.