Color spaces of #dadd5e
RGB | 218 | 221 | 94 |
---|---|---|---|
HSL | 0.17 | 0.65 | 0.62 |
HSV | 61° | 57° | 87° |
CMYK | 0.01 | 0.00 | 0.57 0.13 |
XYZ | 56.7903 | 67.4265 | 20.6111 |
Yxy | 67.4265 | 0.3921 | 0.4656 |
Hunter Lab | 82.1136 | -20.2472 | 42.5973 |
CIE-Lab | 85.7189 | -17.3143 | 60.5416 |
#dadd5e color RGB value is (218,221,94).
#dadd5e hex color red value is 218, green value is 221 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #dadd5e hue: 0.17 , saturation: 0.65 and the lightness value of dadd5e is 0.62.
The process color (four color CMYK) of #dadd5e color hex is 0.01, 0.00, 0.57, 0.13. Web safe color of #dadd5e is #cccc66. Color #dadd5e contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011010 | 11011101 | 01011110 |
Octal | 332 | 335 | 136 |
Decimal | 218 | 221 | 94 |
Hex | DA | DD | 5E |
Shades of #dadd5e
Tints of #dadd5e
RGB Percentages of Color #dadd5e
CMYK Percentages of Color #dadd5e
Complementary Color
#dadd5e | #615edd |
#dadd5e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dadd5e Color Preview on White Background
Lorem ipsum dolor sit amet.
#dadd5e Color CSS Codes
.mybgcolor {background-color:#dadd5e; } .myforecolor {color:#dadd5e; } .mybordercolor {border:3px solid #dadd5e; }
#dadd5e Text Font Color
<p style="color:#dadd5e">Text here</p>
This sample text font color is #dadd5e
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.
#dadd5e Background Color
<div style="background-color:#dadd5e">
Div content here</div>
This div background color is #dadd5e
#dadd5e Border Color
<div style="border:3px solid #dadd5e">
Div here</div>
This div border color is #dadd5e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(218,221,94, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dadd5e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dadd5e; -webkit-box-shadow: 1px 1px 3px 2px #dadd5e; box-shadow: 1px 1px 3px 2px #dadd5e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(218,221,94, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dadd5e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dadd5e; -webkit-box-shadow: 1px 1px 3px 2px #dadd5e; box-shadow: 1px 1px 3px 2px #dadd5e;">
Div content here</div>
This div box has shadow with color #dadd5e
Comments
No comments written yet.
Please login to write comment.