Color spaces of #daadcc
RGB | 218 | 173 | 204 |
---|---|---|---|
HSL | 0.89 | 0.38 | 0.77 |
HSV | 319° | 21° | 85° |
CMYK | 0.00 | 0.21 | 0.06 0.15 |
XYZ | 54.7561 | 49.1522 | 63.7281 |
Yxy | 49.1522 | 0.3266 | 0.2932 |
Hunter Lab | 70.1086 | 16.7216 | -4.8180 |
CIE-Lab | 75.5459 | 21.4452 | -9.4588 |
#daadcc color RGB value is (218,173,204).
#daadcc hex color red value is 218, green value is 173 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #daadcc hue: 0.89 , saturation: 0.38 and the lightness value of daadcc is 0.77.
The process color (four color CMYK) of #daadcc color hex is 0.00, 0.21, 0.06, 0.15. Web safe color of #daadcc is #cc99cc. Color #daadcc contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011010 | 10101101 | 11001100 |
Octal | 332 | 255 | 314 |
Decimal | 218 | 173 | 204 |
Hex | DA | AD | CC |
Shades of #daadcc
Tints of #daadcc
RGB Percentages of Color #daadcc
CMYK Percentages of Color #daadcc
Complementary Color
#daadcc | #addabb |
#daadcc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#daadcc Color Preview on White Background
Lorem ipsum dolor sit amet.
#daadcc Color CSS Codes
.mybgcolor {background-color:#daadcc; } .myforecolor {color:#daadcc; } .mybordercolor {border:3px solid #daadcc; }
#daadcc Text Font Color
<p style="color:#daadcc">Text here</p>
This sample text font color is #daadcc
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.
#daadcc Background Color
<div style="background-color:#daadcc">
Div content here</div>
This div background color is #daadcc
#daadcc Border Color
<div style="border:3px solid #daadcc">
Div here</div>
This div border color is #daadcc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(218,173,204, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #daadcc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #daadcc; -webkit-box-shadow: 1px 1px 3px 2px #daadcc; box-shadow: 1px 1px 3px 2px #daadcc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(218,173,204, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #daadcc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #daadcc; -webkit-box-shadow: 1px 1px 3px 2px #daadcc; box-shadow: 1px 1px 3px 2px #daadcc;">
Div content here</div>
This div box has shadow with color #daadcc
Comments
No comments written yet.
Please login to write comment.