Color spaces of #dabfac
RGB | 218 | 191 | 172 |
---|---|---|---|
HSL | 0.07 | 0.38 | 0.76 |
HSV | 25° | 21° | 85° |
CMYK | 0.00 | 0.12 | 0.21 0.15 |
XYZ | 54.9906 | 55.1456 | 46.7756 |
Yxy | 55.1456 | 0.3505 | 0.3514 |
Hunter Lab | 74.2601 | 2.2265 | 14.6359 |
CIE-Lab | 79.1251 | 6.6109 | 13.0993 |
#dabfac color RGB value is (218,191,172).
#dabfac hex color red value is 218, green value is 191 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #dabfac hue: 0.07 , saturation: 0.38 and the lightness value of dabfac is 0.76.
The process color (four color CMYK) of #dabfac color hex is 0.00, 0.12, 0.21, 0.15. Web safe color of #dabfac is #cccc99. Color #dabfac contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011010 | 10111111 | 10101100 |
Octal | 332 | 277 | 254 |
Decimal | 218 | 191 | 172 |
Hex | DA | BF | AC |
Shades of #dabfac
Tints of #dabfac
RGB Percentages of Color #dabfac
CMYK Percentages of Color #dabfac
Complementary Color
#dabfac | #acc7da |
#dabfac Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dabfac Color Preview on White Background
Lorem ipsum dolor sit amet.
#dabfac Color CSS Codes
.mybgcolor {background-color:#dabfac; } .myforecolor {color:#dabfac; } .mybordercolor {border:3px solid #dabfac; }
#dabfac Text Font Color
<p style="color:#dabfac">Text here</p>
This sample text font color is #dabfac
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.
#dabfac Background Color
<div style="background-color:#dabfac">
Div content here</div>
This div background color is #dabfac
#dabfac Border Color
<div style="border:3px solid #dabfac">
Div here</div>
This div border color is #dabfac
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(218,191,172, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dabfac; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dabfac; -webkit-box-shadow: 1px 1px 3px 2px #dabfac; box-shadow: 1px 1px 3px 2px #dabfac; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(218,191,172, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dabfac">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dabfac; -webkit-box-shadow: 1px 1px 3px 2px #dabfac; box-shadow: 1px 1px 3px 2px #dabfac;">
Div content here</div>
This div box has shadow with color #dabfac
#dabfac Color Palettes
Comments
No comments written yet.
Please login to write comment.