Color spaces of #dadc9d
RGB | 218 | 220 | 157 |
---|---|---|---|
HSL | 0.17 | 0.47 | 0.74 |
HSV | 62° | 29° | 86° |
CMYK | 0.01 | 0.00 | 0.29 0.14 |
XYZ | 60.5924 | 68.5261 | 41.9316 |
Yxy | 68.5261 | 0.3542 | 0.4006 |
Hunter Lab | 82.7805 | -14.2102 | 27.9136 |
CIE-Lab | 86.2688 | -10.4890 | 30.8164 |
#dadc9d color RGB value is (218,220,157).
#dadc9d hex color red value is 218, green value is 220 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #dadc9d hue: 0.17 , saturation: 0.47 and the lightness value of dadc9d is 0.74.
The process color (four color CMYK) of #dadc9d color hex is 0.01, 0.00, 0.29, 0.14. Web safe color of #dadc9d is #cccc99. Color #dadc9d contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011010 | 11011100 | 10011101 |
Octal | 332 | 334 | 235 |
Decimal | 218 | 220 | 157 |
Hex | DA | DC | 9D |
Shades of #dadc9d
Tints of #dadc9d
RGB Percentages of Color #dadc9d
CMYK Percentages of Color #dadc9d
Complementary Color
#dadc9d | #9f9ddc |
#dadc9d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dadc9d Color Preview on White Background
Lorem ipsum dolor sit amet.
#dadc9d Color CSS Codes
.mybgcolor {background-color:#dadc9d; } .myforecolor {color:#dadc9d; } .mybordercolor {border:3px solid #dadc9d; }
#dadc9d Text Font Color
<p style="color:#dadc9d">Text here</p>
This sample text font color is #dadc9d
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.
#dadc9d Background Color
<div style="background-color:#dadc9d">
Div content here</div>
This div background color is #dadc9d
#dadc9d Border Color
<div style="border:3px solid #dadc9d">
Div here</div>
This div border color is #dadc9d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(218,220,157, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dadc9d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dadc9d; -webkit-box-shadow: 1px 1px 3px 2px #dadc9d; box-shadow: 1px 1px 3px 2px #dadc9d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(218,220,157, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dadc9d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dadc9d; -webkit-box-shadow: 1px 1px 3px 2px #dadc9d; box-shadow: 1px 1px 3px 2px #dadc9d;">
Div content here</div>
This div box has shadow with color #dadc9d
Comments
No comments written yet.
Please login to write comment.