Color spaces of #dde96f
RGB | 221 | 233 | 111 |
---|---|---|---|
HSL | 0.18 | 0.73 | 0.67 |
HSV | 66° | 52° | 91° |
CMYK | 0.05 | 0.00 | 0.52 0.09 |
XYZ | 61.8270 | 74.7977 | 26.2177 |
Yxy | 74.7977 | 0.3797 | 0.4593 |
Hunter Lab | 86.4857 | -23.7436 | 42.5665 |
CIE-Lab | 89.2981 | -20.6433 | 57.1234 |
#dde96f color RGB value is (221,233,111).
#dde96f hex color red value is 221, green value is 233 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #dde96f hue: 0.18 , saturation: 0.73 and the lightness value of dde96f is 0.67.
The process color (four color CMYK) of #dde96f color hex is 0.05, 0.00, 0.52, 0.09. Web safe color of #dde96f is #ccff66. Color #dde96f contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011101 | 11101001 | 01101111 |
Octal | 335 | 351 | 157 |
Decimal | 221 | 233 | 111 |
Hex | DD | E9 | 6F |
Shades of #dde96f
Tints of #dde96f
RGB Percentages of Color #dde96f
CMYK Percentages of Color #dde96f
Complementary Color
#dde96f | #7b6fe9 |
#dde96f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dde96f Color Preview on White Background
Lorem ipsum dolor sit amet.
#dde96f Color CSS Codes
.mybgcolor {background-color:#dde96f; } .myforecolor {color:#dde96f; } .mybordercolor {border:3px solid #dde96f; }
#dde96f Text Font Color
<p style="color:#dde96f">Text here</p>
This sample text font color is #dde96f
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.
#dde96f Background Color
<div style="background-color:#dde96f">
Div content here</div>
This div background color is #dde96f
#dde96f Border Color
<div style="border:3px solid #dde96f">
Div here</div>
This div border color is #dde96f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(221,233,111, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dde96f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dde96f; -webkit-box-shadow: 1px 1px 3px 2px #dde96f; box-shadow: 1px 1px 3px 2px #dde96f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(221,233,111, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dde96f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dde96f; -webkit-box-shadow: 1px 1px 3px 2px #dde96f; box-shadow: 1px 1px 3px 2px #dde96f;">
Div content here</div>
This div box has shadow with color #dde96f
Comments
No comments written yet.
Please login to write comment.