Color spaces of #dddabc
RGB | 221 | 218 | 188 |
---|---|---|---|
HSL | 0.15 | 0.33 | 0.80 |
HSV | 55° | 15° | 87° |
CMYK | 0.00 | 0.01 | 0.15 0.13 |
XYZ | 63.9673 | 69.1458 | 57.5520 |
Yxy | 69.1458 | 0.3355 | 0.3627 |
Hunter Lab | 83.1540 | -8.2059 | 17.1723 |
CIE-Lab | 86.5762 | -3.9682 | 15.1480 |
#dddabc color RGB value is (221,218,188).
#dddabc hex color red value is 221, green value is 218 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #dddabc hue: 0.15 , saturation: 0.33 and the lightness value of dddabc is 0.80.
The process color (four color CMYK) of #dddabc color hex is 0.00, 0.01, 0.15, 0.13. Web safe color of #dddabc is #cccccc. Color #dddabc contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011101 | 11011010 | 10111100 |
Octal | 335 | 332 | 274 |
Decimal | 221 | 218 | 188 |
Hex | DD | DA | BC |
Shades of #dddabc
Tints of #dddabc
RGB Percentages of Color #dddabc
CMYK Percentages of Color #dddabc
Complementary Color
#dddabc | #bcbfdd |
#dddabc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dddabc Color Preview on White Background
Lorem ipsum dolor sit amet.
#dddabc Color CSS Codes
.mybgcolor {background-color:#dddabc; } .myforecolor {color:#dddabc; } .mybordercolor {border:3px solid #dddabc; }
#dddabc Text Font Color
<p style="color:#dddabc">Text here</p>
This sample text font color is #dddabc
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.
#dddabc Background Color
<div style="background-color:#dddabc">
Div content here</div>
This div background color is #dddabc
#dddabc Border Color
<div style="border:3px solid #dddabc">
Div here</div>
This div border color is #dddabc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(221,218,188, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dddabc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dddabc; -webkit-box-shadow: 1px 1px 3px 2px #dddabc; box-shadow: 1px 1px 3px 2px #dddabc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(221,218,188, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dddabc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dddabc; -webkit-box-shadow: 1px 1px 3px 2px #dddabc; box-shadow: 1px 1px 3px 2px #dddabc;">
Div content here</div>
This div box has shadow with color #dddabc
Comments
No comments written yet.
Please login to write comment.