Color spaces of #ddddae
RGB | 221 | 221 | 174 |
---|---|---|---|
HSL | 0.17 | 0.41 | 0.77 |
HSV | 60° | 21° | 87° |
CMYK | 0.00 | 0.00 | 0.21 0.13 |
XYZ | 63.3152 | 70.1410 | 50.2459 |
Yxy | 70.1410 | 0.3447 | 0.3818 |
Hunter Lab | 83.7502 | -11.6168 | 23.0542 |
CIE-Lab | 87.0660 | -7.5733 | 23.1472 |
#ddddae color RGB value is (221,221,174).
#ddddae hex color red value is 221, green value is 221 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #ddddae hue: 0.17 , saturation: 0.41 and the lightness value of ddddae is 0.77.
The process color (four color CMYK) of #ddddae color hex is 0.00, 0.00, 0.21, 0.13. Web safe color of #ddddae is #cccc99. Color #ddddae contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011101 | 11011101 | 10101110 |
Octal | 335 | 335 | 256 |
Decimal | 221 | 221 | 174 |
Hex | DD | DD | AE |
Shades of #ddddae
Tints of #ddddae
RGB Percentages of Color #ddddae
CMYK Percentages of Color #ddddae
Complementary Color
#ddddae | #aeaedd |
#ddddae Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ddddae Color Preview on White Background
Lorem ipsum dolor sit amet.
#ddddae Color CSS Codes
.mybgcolor {background-color:#ddddae; } .myforecolor {color:#ddddae; } .mybordercolor {border:3px solid #ddddae; }
#ddddae Text Font Color
<p style="color:#ddddae">Text here</p>
This sample text font color is #ddddae
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.
#ddddae Background Color
<div style="background-color:#ddddae">
Div content here</div>
This div background color is #ddddae
#ddddae Border Color
<div style="border:3px solid #ddddae">
Div here</div>
This div border color is #ddddae
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(221,221,174, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ddddae; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ddddae; -webkit-box-shadow: 1px 1px 3px 2px #ddddae; box-shadow: 1px 1px 3px 2px #ddddae; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(221,221,174, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ddddae">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ddddae; -webkit-box-shadow: 1px 1px 3px 2px #ddddae; box-shadow: 1px 1px 3px 2px #ddddae;">
Div content here</div>
This div box has shadow with color #ddddae
Comments
No comments written yet.
Please login to write comment.