Color spaces of #ddadab
RGB | 221 | 173 | 171 |
---|---|---|---|
HSL | 0.01 | 0.42 | 0.77 |
HSV | 2° | 23° | 87° |
CMYK | 0.00 | 0.22 | 0.23 0.13 |
XYZ | 52.1130 | 48.1996 | 45.0849 |
Yxy | 48.1996 | 0.3584 | 0.3315 |
Hunter Lab | 69.4259 | 12.4916 | 10.0955 |
CIE-Lab | 74.9506 | 17.2061 | 7.7426 |
#ddadab color RGB value is (221,173,171).
#ddadab hex color red value is 221, green value is 173 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #ddadab hue: 0.01 , saturation: 0.42 and the lightness value of ddadab is 0.77.
The process color (four color CMYK) of #ddadab color hex is 0.00, 0.22, 0.23, 0.13. Web safe color of #ddadab is #cc9999. Color #ddadab contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011101 | 10101101 | 10101011 |
Octal | 335 | 255 | 253 |
Decimal | 221 | 173 | 171 |
Hex | DD | AD | AB |
Shades of #ddadab
Tints of #ddadab
RGB Percentages of Color #ddadab
CMYK Percentages of Color #ddadab
Complementary Color
#ddadab | #abdbdd |
#ddadab Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ddadab Color Preview on White Background
Lorem ipsum dolor sit amet.
#ddadab Color CSS Codes
.mybgcolor {background-color:#ddadab; } .myforecolor {color:#ddadab; } .mybordercolor {border:3px solid #ddadab; }
#ddadab Text Font Color
<p style="color:#ddadab">Text here</p>
This sample text font color is #ddadab
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.
#ddadab Background Color
<div style="background-color:#ddadab">
Div content here</div>
This div background color is #ddadab
#ddadab Border Color
<div style="border:3px solid #ddadab">
Div here</div>
This div border color is #ddadab
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(221,173,171, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ddadab; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ddadab; -webkit-box-shadow: 1px 1px 3px 2px #ddadab; box-shadow: 1px 1px 3px 2px #ddadab; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(221,173,171, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ddadab">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ddadab; -webkit-box-shadow: 1px 1px 3px 2px #ddadab; box-shadow: 1px 1px 3px 2px #ddadab;">
Div content here</div>
This div box has shadow with color #ddadab
Comments
No comments written yet.
Please login to write comment.