Color spaces of #dddab5
RGB | 221 | 218 | 181 |
---|---|---|---|
HSL | 0.15 | 0.37 | 0.79 |
HSV | 56° | 18° | 87° |
CMYK | 0.00 | 0.01 | 0.18 0.13 |
XYZ | 63.2307 | 68.8512 | 53.6730 |
Yxy | 68.8512 | 0.3404 | 0.3707 |
Hunter Lab | 82.9766 | -9.1867 | 19.7322 |
CIE-Lab | 86.4303 | -5.0278 | 18.6144 |
#dddab5 color RGB value is (221,218,181).
#dddab5 hex color red value is 221, green value is 218 and the blue value of its RGB is 181. Cylindrical-coordinate representations (also known as HSL) of color #dddab5 hue: 0.15 , saturation: 0.37 and the lightness value of dddab5 is 0.79.
The process color (four color CMYK) of #dddab5 color hex is 0.00, 0.01, 0.18, 0.13. Web safe color of #dddab5 is #cccccc. Color #dddab5 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011101 | 11011010 | 10110101 |
Octal | 335 | 332 | 265 |
Decimal | 221 | 218 | 181 |
Hex | DD | DA | B5 |
Shades of #dddab5
Tints of #dddab5
RGB Percentages of Color #dddab5
CMYK Percentages of Color #dddab5
Complementary Color
#dddab5 | #b5b8dd |
#dddab5 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dddab5 Color Preview on White Background
Lorem ipsum dolor sit amet.
#dddab5 Color CSS Codes
.mybgcolor {background-color:#dddab5; } .myforecolor {color:#dddab5; } .mybordercolor {border:3px solid #dddab5; }
#dddab5 Text Font Color
<p style="color:#dddab5">Text here</p>
This sample text font color is #dddab5
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.
#dddab5 Background Color
<div style="background-color:#dddab5">
Div content here</div>
This div background color is #dddab5
#dddab5 Border Color
<div style="border:3px solid #dddab5">
Div here</div>
This div border color is #dddab5
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(221,218,181, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dddab5; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dddab5; -webkit-box-shadow: 1px 1px 3px 2px #dddab5; box-shadow: 1px 1px 3px 2px #dddab5; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(221,218,181, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dddab5">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dddab5; -webkit-box-shadow: 1px 1px 3px 2px #dddab5; box-shadow: 1px 1px 3px 2px #dddab5;">
Div content here</div>
This div box has shadow with color #dddab5
Comments
No comments written yet.
Please login to write comment.