Color spaces of #ddafa0
RGB | 221 | 175 | 160 |
---|---|---|---|
HSL | 0.04 | 0.47 | 0.75 |
HSV | 15° | 28° | 87° |
CMYK | 0.00 | 0.21 | 0.28 0.13 |
XYZ | 51.4939 | 48.5702 | 39.9187 |
Yxy | 48.5702 | 0.3679 | 0.3470 |
Hunter Lab | 69.6923 | 9.9276 | 14.8242 |
CIE-Lab | 75.1832 | 14.5769 | 14.0698 |
#ddafa0 color RGB value is (221,175,160).
#ddafa0 hex color red value is 221, green value is 175 and the blue value of its RGB is 160. Cylindrical-coordinate representations (also known as HSL) of color #ddafa0 hue: 0.04 , saturation: 0.47 and the lightness value of ddafa0 is 0.75.
The process color (four color CMYK) of #ddafa0 color hex is 0.00, 0.21, 0.28, 0.13. Web safe color of #ddafa0 is #cc9999. Color #ddafa0 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011101 | 10101111 | 10100000 |
Octal | 335 | 257 | 240 |
Decimal | 221 | 175 | 160 |
Hex | DD | AF | A0 |
Shades of #ddafa0
Tints of #ddafa0
RGB Percentages of Color #ddafa0
CMYK Percentages of Color #ddafa0
Complementary Color
#ddafa0 | #a0cedd |
#ddafa0 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ddafa0 Color Preview on White Background
Lorem ipsum dolor sit amet.
#ddafa0 Color CSS Codes
.mybgcolor {background-color:#ddafa0; } .myforecolor {color:#ddafa0; } .mybordercolor {border:3px solid #ddafa0; }
#ddafa0 Text Font Color
<p style="color:#ddafa0">Text here</p>
This sample text font color is #ddafa0
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.
#ddafa0 Background Color
<div style="background-color:#ddafa0">
Div content here</div>
This div background color is #ddafa0
#ddafa0 Border Color
<div style="border:3px solid #ddafa0">
Div here</div>
This div border color is #ddafa0
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(221,175,160, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ddafa0; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ddafa0; -webkit-box-shadow: 1px 1px 3px 2px #ddafa0; box-shadow: 1px 1px 3px 2px #ddafa0; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(221,175,160, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ddafa0">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ddafa0; -webkit-box-shadow: 1px 1px 3px 2px #ddafa0; box-shadow: 1px 1px 3px 2px #ddafa0;">
Div content here</div>
This div box has shadow with color #ddafa0
Comments
No comments written yet.
Please login to write comment.