Color spaces of #dde59b
RGB | 221 | 229 | 155 |
---|---|---|---|
HSL | 0.18 | 0.59 | 0.75 |
HSV | 66° | 32° | 90° |
CMYK | 0.03 | 0.00 | 0.32 0.10 |
XYZ | 63.7545 | 73.7773 | 41.8906 |
Yxy | 73.7773 | 0.3553 | 0.4112 |
Hunter Lab | 85.8937 | -17.8226 | 31.2097 |
CIE-Lab | 88.8171 | -14.1138 | 35.2574 |
#dde59b color RGB value is (221,229,155).
#dde59b hex color red value is 221, green value is 229 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #dde59b hue: 0.18 , saturation: 0.59 and the lightness value of dde59b is 0.75.
The process color (four color CMYK) of #dde59b color hex is 0.03, 0.00, 0.32, 0.10. Web safe color of #dde59b is #cccc99. Color #dde59b contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011101 | 11100101 | 10011011 |
Octal | 335 | 345 | 233 |
Decimal | 221 | 229 | 155 |
Hex | DD | E5 | 9B |
Shades of #dde59b
Tints of #dde59b
RGB Percentages of Color #dde59b
CMYK Percentages of Color #dde59b
Complementary Color
#dde59b | #a39be5 |
#dde59b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dde59b Color Preview on White Background
Lorem ipsum dolor sit amet.
#dde59b Color CSS Codes
.mybgcolor {background-color:#dde59b; } .myforecolor {color:#dde59b; } .mybordercolor {border:3px solid #dde59b; }
#dde59b Text Font Color
<p style="color:#dde59b">Text here</p>
This sample text font color is #dde59b
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.
#dde59b Background Color
<div style="background-color:#dde59b">
Div content here</div>
This div background color is #dde59b
#dde59b Border Color
<div style="border:3px solid #dde59b">
Div here</div>
This div border color is #dde59b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(221,229,155, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dde59b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dde59b; -webkit-box-shadow: 1px 1px 3px 2px #dde59b; box-shadow: 1px 1px 3px 2px #dde59b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(221,229,155, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dde59b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dde59b; -webkit-box-shadow: 1px 1px 3px 2px #dde59b; box-shadow: 1px 1px 3px 2px #dde59b;">
Div content here</div>
This div box has shadow with color #dde59b
Comments
No comments written yet.
Please login to write comment.