Color spaces of #ddfcad
RGB | 221 | 252 | 173 |
---|---|---|---|
HSL | 0.23 | 0.93 | 0.83 |
HSV | 84° | 31° | 99° |
CMYK | 0.12 | 0.00 | 0.31 0.01 |
XYZ | 72.1720 | 88.0101 | 52.7189 |
Yxy | 88.0101 | 0.3390 | 0.4134 |
Hunter Lab | 93.8137 | -26.8518 | 32.3514 |
CIE-Lab | 95.1652 | -23.0043 | 34.6162 |
#ddfcad color RGB value is (221,252,173).
#ddfcad hex color red value is 221, green value is 252 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #ddfcad hue: 0.23 , saturation: 0.93 and the lightness value of ddfcad is 0.83.
The process color (four color CMYK) of #ddfcad color hex is 0.12, 0.00, 0.31, 0.01. Web safe color of #ddfcad is #ccff99. Color #ddfcad contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011101 | 11111100 | 10101101 |
Octal | 335 | 374 | 255 |
Decimal | 221 | 252 | 173 |
Hex | DD | FC | AD |
Shades of #ddfcad
Tints of #ddfcad
RGB Percentages of Color #ddfcad
CMYK Percentages of Color #ddfcad
Complementary Color
#ddfcad | #ccadfc |
#ddfcad Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ddfcad Color Preview on White Background
Lorem ipsum dolor sit amet.
#ddfcad Color CSS Codes
.mybgcolor {background-color:#ddfcad; } .myforecolor {color:#ddfcad; } .mybordercolor {border:3px solid #ddfcad; }
#ddfcad Text Font Color
<p style="color:#ddfcad">Text here</p>
This sample text font color is #ddfcad
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.
#ddfcad Background Color
<div style="background-color:#ddfcad">
Div content here</div>
This div background color is #ddfcad
#ddfcad Border Color
<div style="border:3px solid #ddfcad">
Div here</div>
This div border color is #ddfcad
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(221,252,173, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ddfcad; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ddfcad; -webkit-box-shadow: 1px 1px 3px 2px #ddfcad; box-shadow: 1px 1px 3px 2px #ddfcad; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(221,252,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 #ddfcad">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ddfcad; -webkit-box-shadow: 1px 1px 3px 2px #ddfcad; box-shadow: 1px 1px 3px 2px #ddfcad;">
Div content here</div>
This div box has shadow with color #ddfcad
Comments
No comments written yet.
Please login to write comment.