Color spaces of #dad39c
RGB | 218 | 211 | 156 |
---|---|---|---|
HSL | 0.15 | 0.46 | 0.73 |
HSV | 53° | 28° | 85° |
CMYK | 0.00 | 0.03 | 0.28 0.15 |
XYZ | 58.2085 | 63.8943 | 40.7174 |
Yxy | 63.8943 | 0.3575 | 0.3924 |
Hunter Lab | 79.9339 | -9.8992 | 25.7521 |
CIE-Lab | 83.9107 | -6.0437 | 28.1689 |
#dad39c color RGB value is (218,211,156).
#dad39c hex color red value is 218, green value is 211 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #dad39c hue: 0.15 , saturation: 0.46 and the lightness value of dad39c is 0.73.
The process color (four color CMYK) of #dad39c color hex is 0.00, 0.03, 0.28, 0.15. Web safe color of #dad39c is #cccc99. Color #dad39c contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011010 | 11010011 | 10011100 |
Octal | 332 | 323 | 234 |
Decimal | 218 | 211 | 156 |
Hex | DA | D3 | 9C |
Shades of #dad39c
Tints of #dad39c
RGB Percentages of Color #dad39c
CMYK Percentages of Color #dad39c
Complementary Color
#dad39c | #9ca3da |
#dad39c Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dad39c Color Preview on White Background
Lorem ipsum dolor sit amet.
#dad39c Color CSS Codes
.mybgcolor {background-color:#dad39c; } .myforecolor {color:#dad39c; } .mybordercolor {border:3px solid #dad39c; }
#dad39c Text Font Color
<p style="color:#dad39c">Text here</p>
This sample text font color is #dad39c
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.
#dad39c Background Color
<div style="background-color:#dad39c">
Div content here</div>
This div background color is #dad39c
#dad39c Border Color
<div style="border:3px solid #dad39c">
Div here</div>
This div border color is #dad39c
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(218,211,156, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dad39c; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dad39c; -webkit-box-shadow: 1px 1px 3px 2px #dad39c; box-shadow: 1px 1px 3px 2px #dad39c; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(218,211,156, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dad39c">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dad39c; -webkit-box-shadow: 1px 1px 3px 2px #dad39c; box-shadow: 1px 1px 3px 2px #dad39c;">
Div content here</div>
This div box has shadow with color #dad39c
Comments
No comments written yet.
Please login to write comment.