Color spaces of #dd9dac
RGB | 221 | 157 | 172 |
---|---|---|---|
HSL | 0.96 | 0.48 | 0.74 |
HSV | 346° | 29° | 87° |
CMYK | 0.00 | 0.29 | 0.22 0.13 |
XYZ | 49.3222 | 42.4647 | 44.6267 |
Yxy | 42.4647 | 0.3616 | 0.3113 |
Hunter Lab | 65.1649 | 21.0649 | 5.0121 |
CIE-Lab | 71.1901 | 25.9756 | 1.7656 |
#dd9dac color RGB value is (221,157,172).
#dd9dac hex color red value is 221, green value is 157 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #dd9dac hue: 0.96 , saturation: 0.48 and the lightness value of dd9dac is 0.74.
The process color (four color CMYK) of #dd9dac color hex is 0.00, 0.29, 0.22, 0.13. Web safe color of #dd9dac is #cc9999. Color #dd9dac contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011101 | 10011101 | 10101100 |
Octal | 335 | 235 | 254 |
Decimal | 221 | 157 | 172 |
Hex | DD | 9D | AC |
Shades of #dd9dac
Tints of #dd9dac
RGB Percentages of Color #dd9dac
CMYK Percentages of Color #dd9dac
Complementary Color
#dd9dac | #9dddce |
#dd9dac Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dd9dac Color Preview on White Background
Lorem ipsum dolor sit amet.
#dd9dac Color CSS Codes
.mybgcolor {background-color:#dd9dac; } .myforecolor {color:#dd9dac; } .mybordercolor {border:3px solid #dd9dac; }
#dd9dac Text Font Color
<p style="color:#dd9dac">Text here</p>
This sample text font color is #dd9dac
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.
#dd9dac Background Color
<div style="background-color:#dd9dac">
Div content here</div>
This div background color is #dd9dac
#dd9dac Border Color
<div style="border:3px solid #dd9dac">
Div here</div>
This div border color is #dd9dac
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(221,157,172, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dd9dac; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dd9dac; -webkit-box-shadow: 1px 1px 3px 2px #dd9dac; box-shadow: 1px 1px 3px 2px #dd9dac; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(221,157,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 #dd9dac">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dd9dac; -webkit-box-shadow: 1px 1px 3px 2px #dd9dac; box-shadow: 1px 1px 3px 2px #dd9dac;">
Div content here</div>
This div box has shadow with color #dd9dac
Comments
No comments written yet.
Please login to write comment.