Color spaces of #dacdbe
RGB | 218 | 205 | 190 |
---|---|---|---|
HSL | 0.09 | 0.27 | 0.80 |
HSV | 32° | 13° | 85° |
CMYK | 0.00 | 0.06 | 0.13 0.15 |
XYZ | 60.0390 | 62.2858 | 57.5732 |
Yxy | 62.2858 | 0.3337 | 0.3462 |
Hunter Lab | 78.9214 | -2.3194 | 11.9928 |
CIE-Lab | 83.0652 | 2.0059 | 9.0747 |
#dacdbe color RGB value is (218,205,190).
#dacdbe hex color red value is 218, green value is 205 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #dacdbe hue: 0.09 , saturation: 0.27 and the lightness value of dacdbe is 0.80.
The process color (four color CMYK) of #dacdbe color hex is 0.00, 0.06, 0.13, 0.15. Web safe color of #dacdbe is #cccccc. Color #dacdbe contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011010 | 11001101 | 10111110 |
Octal | 332 | 315 | 276 |
Decimal | 218 | 205 | 190 |
Hex | DA | CD | BE |
Shades of #dacdbe
Tints of #dacdbe
RGB Percentages of Color #dacdbe
CMYK Percentages of Color #dacdbe
Complementary Color
#dacdbe | #becbda |
#dacdbe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dacdbe Color Preview on White Background
Lorem ipsum dolor sit amet.
#dacdbe Color CSS Codes
.mybgcolor {background-color:#dacdbe; } .myforecolor {color:#dacdbe; } .mybordercolor {border:3px solid #dacdbe; }
#dacdbe Text Font Color
<p style="color:#dacdbe">Text here</p>
This sample text font color is #dacdbe
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.
#dacdbe Background Color
<div style="background-color:#dacdbe">
Div content here</div>
This div background color is #dacdbe
#dacdbe Border Color
<div style="border:3px solid #dacdbe">
Div here</div>
This div border color is #dacdbe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(218,205,190, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dacdbe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dacdbe; -webkit-box-shadow: 1px 1px 3px 2px #dacdbe; box-shadow: 1px 1px 3px 2px #dacdbe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(218,205,190, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dacdbe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dacdbe; -webkit-box-shadow: 1px 1px 3px 2px #dacdbe; box-shadow: 1px 1px 3px 2px #dacdbe;">
Div content here</div>
This div box has shadow with color #dacdbe
Comments
No comments written yet.
Please login to write comment.