Color spaces of #dddada
RGB | 221 | 218 | 218 |
---|---|---|---|
HSL | 0.00 | 0.04 | 0.86 |
HSV | 0° | 1° | 87° |
CMYK | 0.00 | 0.01 | 0.01 0.13 |
XYZ | 67.5451 | 70.5769 | 76.3924 |
Yxy | 70.5769 | 0.3149 | 0.3290 |
Hunter Lab | 84.0101 | -3.5015 | 4.8932 |
CIE-Lab | 87.2790 | 1.0238 | 0.3512 |
#dddada color RGB value is (221,218,218).
#dddada hex color red value is 221, green value is 218 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #dddada hue: 0.00 , saturation: 0.04 and the lightness value of dddada is 0.86.
The process color (four color CMYK) of #dddada color hex is 0.00, 0.01, 0.01, 0.13. Web safe color of #dddada is #cccccc. Color #dddada contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011101 | 11011010 | 11011010 |
Octal | 335 | 332 | 332 |
Decimal | 221 | 218 | 218 |
Hex | DD | DA | DA |
Shades of #dddada
Tints of #dddada
RGB Percentages of Color #dddada
CMYK Percentages of Color #dddada
Complementary Color
#dddada | #dadddd |
#dddada Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dddada Color Preview on White Background
Lorem ipsum dolor sit amet.
#dddada Color CSS Codes
.mybgcolor {background-color:#dddada; } .myforecolor {color:#dddada; } .mybordercolor {border:3px solid #dddada; }
#dddada Text Font Color
<p style="color:#dddada">Text here</p>
This sample text font color is #dddada
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.
#dddada Background Color
<div style="background-color:#dddada">
Div content here</div>
This div background color is #dddada
#dddada Border Color
<div style="border:3px solid #dddada">
Div here</div>
This div border color is #dddada
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(221,218,218, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dddada; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dddada; -webkit-box-shadow: 1px 1px 3px 2px #dddada; box-shadow: 1px 1px 3px 2px #dddada; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(221,218,218, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dddada">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dddada; -webkit-box-shadow: 1px 1px 3px 2px #dddada; box-shadow: 1px 1px 3px 2px #dddada;">
Div content here</div>
This div box has shadow with color #dddada
#dddada Color Palettes
Comments
No comments written yet.
Please login to write comment.