Color spaces of #dfaacd
RGB | 223 | 170 | 205 |
---|---|---|---|
HSL | 0.89 | 0.45 | 0.77 |
HSV | 320° | 24° | 87° |
CMYK | 0.00 | 0.24 | 0.08 0.13 |
XYZ | 55.8256 | 48.8452 | 64.2433 |
Yxy | 48.8452 | 0.3305 | 0.2892 |
Hunter Lab | 69.8893 | 20.2743 | -5.5777 |
CIE-Lab | 75.3549 | 24.9597 | -10.2377 |
#dfaacd color RGB value is (223,170,205).
#dfaacd hex color red value is 223, green value is 170 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #dfaacd hue: 0.89 , saturation: 0.45 and the lightness value of dfaacd is 0.77.
The process color (four color CMYK) of #dfaacd color hex is 0.00, 0.24, 0.08, 0.13. Web safe color of #dfaacd is #cc99cc. Color #dfaacd contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011111 | 10101010 | 11001101 |
Octal | 337 | 252 | 315 |
Decimal | 223 | 170 | 205 |
Hex | DF | AA | CD |
Shades of #dfaacd
Tints of #dfaacd
RGB Percentages of Color #dfaacd
CMYK Percentages of Color #dfaacd
Complementary Color
#dfaacd | #aadfbc |
#dfaacd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dfaacd Color Preview on White Background
Lorem ipsum dolor sit amet.
#dfaacd Color CSS Codes
.mybgcolor {background-color:#dfaacd; } .myforecolor {color:#dfaacd; } .mybordercolor {border:3px solid #dfaacd; }
#dfaacd Text Font Color
<p style="color:#dfaacd">Text here</p>
This sample text font color is #dfaacd
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.
#dfaacd Background Color
<div style="background-color:#dfaacd">
Div content here</div>
This div background color is #dfaacd
#dfaacd Border Color
<div style="border:3px solid #dfaacd">
Div here</div>
This div border color is #dfaacd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(223,170,205, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dfaacd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dfaacd; -webkit-box-shadow: 1px 1px 3px 2px #dfaacd; box-shadow: 1px 1px 3px 2px #dfaacd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(223,170,205, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dfaacd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dfaacd; -webkit-box-shadow: 1px 1px 3px 2px #dfaacd; box-shadow: 1px 1px 3px 2px #dfaacd;">
Div content here</div>
This div box has shadow with color #dfaacd
Comments
No comments written yet.
Please login to write comment.