Color spaces of #ddde5a
RGB | 221 | 222 | 90 |
---|---|---|---|
HSL | 0.17 | 0.67 | 0.61 |
HSV | 60° | 59° | 87° |
CMYK | 0.00 | 0.00 | 0.59 0.13 |
XYZ | 57.7855 | 68.3529 | 19.8207 |
Yxy | 68.3529 | 0.3959 | 0.4683 |
Hunter Lab | 82.6758 | -19.9217 | 43.6589 |
CIE-Lab | 86.1826 | -16.8674 | 62.8283 |
#ddde5a color RGB value is (221,222,90).
#ddde5a hex color red value is 221, green value is 222 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #ddde5a hue: 0.17 , saturation: 0.67 and the lightness value of ddde5a is 0.61.
The process color (four color CMYK) of #ddde5a color hex is 0.00, 0.00, 0.59, 0.13. Web safe color of #ddde5a is #cccc66. Color #ddde5a contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011101 | 11011110 | 01011010 |
Octal | 335 | 336 | 132 |
Decimal | 221 | 222 | 90 |
Hex | DD | DE | 5A |
Shades of #ddde5a
Tints of #ddde5a
RGB Percentages of Color #ddde5a
CMYK Percentages of Color #ddde5a
Complementary Color
#ddde5a | #5b5ade |
#ddde5a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ddde5a Color Preview on White Background
Lorem ipsum dolor sit amet.
#ddde5a Color CSS Codes
.mybgcolor {background-color:#ddde5a; } .myforecolor {color:#ddde5a; } .mybordercolor {border:3px solid #ddde5a; }
#ddde5a Text Font Color
<p style="color:#ddde5a">Text here</p>
This sample text font color is #ddde5a
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.
#ddde5a Background Color
<div style="background-color:#ddde5a">
Div content here</div>
This div background color is #ddde5a
#ddde5a Border Color
<div style="border:3px solid #ddde5a">
Div here</div>
This div border color is #ddde5a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(221,222,90, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ddde5a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ddde5a; -webkit-box-shadow: 1px 1px 3px 2px #ddde5a; box-shadow: 1px 1px 3px 2px #ddde5a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(221,222,90, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ddde5a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ddde5a; -webkit-box-shadow: 1px 1px 3px 2px #ddde5a; box-shadow: 1px 1px 3px 2px #ddde5a;">
Div content here</div>
This div box has shadow with color #ddde5a
Comments
No comments written yet.
Please login to write comment.