Color spaces of #dddbad
RGB | 221 | 219 | 173 |
---|---|---|---|
HSL | 0.16 | 0.41 | 0.77 |
HSV | 58° | 22° | 87° |
CMYK | 0.00 | 0.01 | 0.22 0.13 |
XYZ | 62.6931 | 69.0523 | 49.5593 |
Yxy | 69.0523 | 0.3458 | 0.3809 |
Hunter Lab | 83.0977 | -10.7516 | 22.8080 |
CIE-Lab | 86.5299 | -6.6977 | 22.9302 |
#dddbad color RGB value is (221,219,173).
#dddbad hex color red value is 221, green value is 219 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #dddbad hue: 0.16 , saturation: 0.41 and the lightness value of dddbad is 0.77.
The process color (four color CMYK) of #dddbad color hex is 0.00, 0.01, 0.22, 0.13. Web safe color of #dddbad is #cccc99. Color #dddbad contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011101 | 11011011 | 10101101 |
Octal | 335 | 333 | 255 |
Decimal | 221 | 219 | 173 |
Hex | DD | DB | AD |
Shades of #dddbad
Tints of #dddbad
RGB Percentages of Color #dddbad
CMYK Percentages of Color #dddbad
Complementary Color
#dddbad | #adafdd |
#dddbad Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dddbad Color Preview on White Background
Lorem ipsum dolor sit amet.
#dddbad Color CSS Codes
.mybgcolor {background-color:#dddbad; } .myforecolor {color:#dddbad; } .mybordercolor {border:3px solid #dddbad; }
#dddbad Text Font Color
<p style="color:#dddbad">Text here</p>
This sample text font color is #dddbad
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.
#dddbad Background Color
<div style="background-color:#dddbad">
Div content here</div>
This div background color is #dddbad
#dddbad Border Color
<div style="border:3px solid #dddbad">
Div here</div>
This div border color is #dddbad
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(221,219,173, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dddbad; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dddbad; -webkit-box-shadow: 1px 1px 3px 2px #dddbad; box-shadow: 1px 1px 3px 2px #dddbad; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(221,219,173, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dddbad">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dddbad; -webkit-box-shadow: 1px 1px 3px 2px #dddbad; box-shadow: 1px 1px 3px 2px #dddbad;">
Div content here</div>
This div box has shadow with color #dddbad
Comments
No comments written yet.
Please login to write comment.