Color spaces of #ddfaae
RGB | 221 | 250 | 174 |
---|---|---|---|
HSL | 0.23 | 0.88 | 0.83 |
HSV | 83° | 30° | 98° |
CMYK | 0.12 | 0.00 | 0.30 0.02 |
XYZ | 71.6444 | 86.7994 | 53.0223 |
Yxy | 86.7994 | 0.3388 | 0.4105 |
Hunter Lab | 93.1662 | -25.7751 | 31.4735 |
CIE-Lab | 94.6531 | -21.9112 | 33.4326 |
#ddfaae color RGB value is (221,250,174).
#ddfaae hex color red value is 221, green value is 250 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #ddfaae hue: 0.23 , saturation: 0.88 and the lightness value of ddfaae is 0.83.
The process color (four color CMYK) of #ddfaae color hex is 0.12, 0.00, 0.30, 0.02. Web safe color of #ddfaae is #ccff99. Color #ddfaae contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011101 | 11111010 | 10101110 |
Octal | 335 | 372 | 256 |
Decimal | 221 | 250 | 174 |
Hex | DD | FA | AE |
Shades of #ddfaae
Tints of #ddfaae
RGB Percentages of Color #ddfaae
CMYK Percentages of Color #ddfaae
Complementary Color
#ddfaae | #cbaefa |
#ddfaae Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ddfaae Color Preview on White Background
Lorem ipsum dolor sit amet.
#ddfaae Color CSS Codes
.mybgcolor {background-color:#ddfaae; } .myforecolor {color:#ddfaae; } .mybordercolor {border:3px solid #ddfaae; }
#ddfaae Text Font Color
<p style="color:#ddfaae">Text here</p>
This sample text font color is #ddfaae
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.
#ddfaae Background Color
<div style="background-color:#ddfaae">
Div content here</div>
This div background color is #ddfaae
#ddfaae Border Color
<div style="border:3px solid #ddfaae">
Div here</div>
This div border color is #ddfaae
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(221,250,174, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ddfaae; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ddfaae; -webkit-box-shadow: 1px 1px 3px 2px #ddfaae; box-shadow: 1px 1px 3px 2px #ddfaae; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(221,250,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 #ddfaae">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ddfaae; -webkit-box-shadow: 1px 1px 3px 2px #ddfaae; box-shadow: 1px 1px 3px 2px #ddfaae;">
Div content here</div>
This div box has shadow with color #ddfaae
Comments
No comments written yet.
Please login to write comment.