Color spaces of #dde18d
RGB | 221 | 225 | 141 |
---|---|---|---|
HSL | 0.17 | 0.58 | 0.72 |
HSV | 63° | 37° | 88° |
CMYK | 0.02 | 0.00 | 0.37 0.12 |
XYZ | 61.5517 | 71.1457 | 35.6877 |
Yxy | 71.1457 | 0.3655 | 0.4225 |
Hunter Lab | 84.3479 | -17.3510 | 33.9579 |
CIE-Lab | 87.5557 | -13.7769 | 40.6491 |
#dde18d color RGB value is (221,225,141).
#dde18d hex color red value is 221, green value is 225 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #dde18d hue: 0.17 , saturation: 0.58 and the lightness value of dde18d is 0.72.
The process color (four color CMYK) of #dde18d color hex is 0.02, 0.00, 0.37, 0.12. Web safe color of #dde18d is #cccc99. Color #dde18d contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011101 | 11100001 | 10001101 |
Octal | 335 | 341 | 215 |
Decimal | 221 | 225 | 141 |
Hex | DD | E1 | 8D |
Shades of #dde18d
Tints of #dde18d
RGB Percentages of Color #dde18d
CMYK Percentages of Color #dde18d
Complementary Color
#dde18d | #918de1 |
#dde18d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dde18d Color Preview on White Background
Lorem ipsum dolor sit amet.
#dde18d Color CSS Codes
.mybgcolor {background-color:#dde18d; } .myforecolor {color:#dde18d; } .mybordercolor {border:3px solid #dde18d; }
#dde18d Text Font Color
<p style="color:#dde18d">Text here</p>
This sample text font color is #dde18d
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.
#dde18d Background Color
<div style="background-color:#dde18d">
Div content here</div>
This div background color is #dde18d
#dde18d Border Color
<div style="border:3px solid #dde18d">
Div here</div>
This div border color is #dde18d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(221,225,141, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dde18d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dde18d; -webkit-box-shadow: 1px 1px 3px 2px #dde18d; box-shadow: 1px 1px 3px 2px #dde18d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(221,225,141, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dde18d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dde18d; -webkit-box-shadow: 1px 1px 3px 2px #dde18d; box-shadow: 1px 1px 3px 2px #dde18d;">
Div content here</div>
This div box has shadow with color #dde18d
Comments
No comments written yet.
Please login to write comment.