Color spaces of #daadc7
RGB | 218 | 173 | 199 |
---|---|---|---|
HSL | 0.90 | 0.38 | 0.77 |
HSV | 325° | 21° | 85° |
CMYK | 0.00 | 0.21 | 0.09 0.15 |
XYZ | 54.1658 | 48.9161 | 60.6197 |
Yxy | 48.9161 | 0.3309 | 0.2988 |
Hunter Lab | 69.9400 | 15.8461 | -2.4309 |
CIE-Lab | 75.3991 | 20.5775 | -6.9464 |
#daadc7 color RGB value is (218,173,199).
#daadc7 hex color red value is 218, green value is 173 and the blue value of its RGB is 199. Cylindrical-coordinate representations (also known as HSL) of color #daadc7 hue: 0.90 , saturation: 0.38 and the lightness value of daadc7 is 0.77.
The process color (four color CMYK) of #daadc7 color hex is 0.00, 0.21, 0.09, 0.15. Web safe color of #daadc7 is #cc99cc. Color #daadc7 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011010 | 10101101 | 11000111 |
Octal | 332 | 255 | 307 |
Decimal | 218 | 173 | 199 |
Hex | DA | AD | C7 |
Shades of #daadc7
Tints of #daadc7
RGB Percentages of Color #daadc7
CMYK Percentages of Color #daadc7
Complementary Color
#daadc7 | #addac0 |
#daadc7 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#daadc7 Color Preview on White Background
Lorem ipsum dolor sit amet.
#daadc7 Color CSS Codes
.mybgcolor {background-color:#daadc7; } .myforecolor {color:#daadc7; } .mybordercolor {border:3px solid #daadc7; }
#daadc7 Text Font Color
<p style="color:#daadc7">Text here</p>
This sample text font color is #daadc7
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.
#daadc7 Background Color
<div style="background-color:#daadc7">
Div content here</div>
This div background color is #daadc7
#daadc7 Border Color
<div style="border:3px solid #daadc7">
Div here</div>
This div border color is #daadc7
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(218,173,199, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #daadc7; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #daadc7; -webkit-box-shadow: 1px 1px 3px 2px #daadc7; box-shadow: 1px 1px 3px 2px #daadc7; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(218,173,199, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #daadc7">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #daadc7; -webkit-box-shadow: 1px 1px 3px 2px #daadc7; box-shadow: 1px 1px 3px 2px #daadc7;">
Div content here</div>
This div box has shadow with color #daadc7
Comments
No comments written yet.
Please login to write comment.