Color spaces of #dace84
RGB | 218 | 206 | 132 |
---|---|---|---|
HSL | 0.14 | 0.54 | 0.69 |
HSV | 52° | 39° | 85° |
CMYK | 0.00 | 0.06 | 0.39 0.15 |
XYZ | 55.1496 | 60.7140 | 30.6421 |
Yxy | 60.7140 | 0.3764 | 0.4144 |
Hunter Lab | 77.9192 | -10.0200 | 31.2274 |
CIE-Lab | 82.2248 | -6.3487 | 38.2892 |
#dace84 color RGB value is (218,206,132).
#dace84 hex color red value is 218, green value is 206 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #dace84 hue: 0.14 , saturation: 0.54 and the lightness value of dace84 is 0.69.
The process color (four color CMYK) of #dace84 color hex is 0.00, 0.06, 0.39, 0.15. Web safe color of #dace84 is #cccc99. Color #dace84 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011010 | 11001110 | 10000100 |
Octal | 332 | 316 | 204 |
Decimal | 218 | 206 | 132 |
Hex | DA | CE | 84 |
Shades of #dace84
Tints of #dace84
RGB Percentages of Color #dace84
CMYK Percentages of Color #dace84
Complementary Color
#dace84 | #8490da |
#dace84 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dace84 Color Preview on White Background
Lorem ipsum dolor sit amet.
#dace84 Color CSS Codes
.mybgcolor {background-color:#dace84; } .myforecolor {color:#dace84; } .mybordercolor {border:3px solid #dace84; }
#dace84 Text Font Color
<p style="color:#dace84">Text here</p>
This sample text font color is #dace84
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.
#dace84 Background Color
<div style="background-color:#dace84">
Div content here</div>
This div background color is #dace84
#dace84 Border Color
<div style="border:3px solid #dace84">
Div here</div>
This div border color is #dace84
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(218,206,132, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dace84; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dace84; -webkit-box-shadow: 1px 1px 3px 2px #dace84; box-shadow: 1px 1px 3px 2px #dace84; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(218,206,132, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dace84">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dace84; -webkit-box-shadow: 1px 1px 3px 2px #dace84; box-shadow: 1px 1px 3px 2px #dace84;">
Div content here</div>
This div box has shadow with color #dace84
Comments
No comments written yet.
Please login to write comment.