Color spaces of #ddafa7
RGB | 221 | 175 | 167 |
---|---|---|---|
HSL | 0.02 | 0.44 | 0.76 |
HSV | 9° | 24° | 87° |
CMYK | 0.00 | 0.21 | 0.24 0.13 |
XYZ | 52.1238 | 48.8221 | 43.2356 |
Yxy | 48.8221 | 0.3615 | 0.3386 |
Hunter Lab | 69.8728 | 10.8802 | 12.2238 |
CIE-Lab | 75.3405 | 15.5539 | 10.4815 |
#ddafa7 color RGB value is (221,175,167).
#ddafa7 hex color red value is 221, green value is 175 and the blue value of its RGB is 167. Cylindrical-coordinate representations (also known as HSL) of color #ddafa7 hue: 0.02 , saturation: 0.44 and the lightness value of ddafa7 is 0.76.
The process color (four color CMYK) of #ddafa7 color hex is 0.00, 0.21, 0.24, 0.13. Web safe color of #ddafa7 is #cc9999. Color #ddafa7 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011101 | 10101111 | 10100111 |
Octal | 335 | 257 | 247 |
Decimal | 221 | 175 | 167 |
Hex | DD | AF | A7 |
Shades of #ddafa7
Tints of #ddafa7
RGB Percentages of Color #ddafa7
CMYK Percentages of Color #ddafa7
Complementary Color
#ddafa7 | #a7d5dd |
#ddafa7 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ddafa7 Color Preview on White Background
Lorem ipsum dolor sit amet.
#ddafa7 Color CSS Codes
.mybgcolor {background-color:#ddafa7; } .myforecolor {color:#ddafa7; } .mybordercolor {border:3px solid #ddafa7; }
#ddafa7 Text Font Color
<p style="color:#ddafa7">Text here</p>
This sample text font color is #ddafa7
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.
#ddafa7 Background Color
<div style="background-color:#ddafa7">
Div content here</div>
This div background color is #ddafa7
#ddafa7 Border Color
<div style="border:3px solid #ddafa7">
Div here</div>
This div border color is #ddafa7
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(221,175,167, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ddafa7; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ddafa7; -webkit-box-shadow: 1px 1px 3px 2px #ddafa7; box-shadow: 1px 1px 3px 2px #ddafa7; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(221,175,167, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ddafa7">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ddafa7; -webkit-box-shadow: 1px 1px 3px 2px #ddafa7; box-shadow: 1px 1px 3px 2px #ddafa7;">
Div content here</div>
This div box has shadow with color #ddafa7
Comments
No comments written yet.
Please login to write comment.