Color spaces of #dcad8e
RGB | 220 | 173 | 142 |
---|---|---|---|
HSL | 0.07 | 0.53 | 0.71 |
HSV | 24° | 35° | 86° |
CMYK | 0.00 | 0.21 | 0.35 0.14 |
XYZ | 49.3413 | 47.0558 | 32.0733 |
Yxy | 47.0558 | 0.3841 | 0.3663 |
Hunter Lab | 68.5972 | 8.3481 | 20.2964 |
CIE-Lab | 74.2254 | 12.9442 | 22.4877 |
#dcad8e color RGB value is (220,173,142).
#dcad8e hex color red value is 220, green value is 173 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #dcad8e hue: 0.07 , saturation: 0.53 and the lightness value of dcad8e is 0.71.
The process color (four color CMYK) of #dcad8e color hex is 0.00, 0.21, 0.35, 0.14. Web safe color of #dcad8e is #cc9999. Color #dcad8e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011100 | 10101101 | 10001110 |
Octal | 334 | 255 | 216 |
Decimal | 220 | 173 | 142 |
Hex | DC | AD | 8E |
Shades of #dcad8e
Tints of #dcad8e
RGB Percentages of Color #dcad8e
CMYK Percentages of Color #dcad8e
Complementary Color
#dcad8e | #8ebddc |
#dcad8e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dcad8e Color Preview on White Background
Lorem ipsum dolor sit amet.
#dcad8e Color CSS Codes
.mybgcolor {background-color:#dcad8e; } .myforecolor {color:#dcad8e; } .mybordercolor {border:3px solid #dcad8e; }
#dcad8e Text Font Color
<p style="color:#dcad8e">Text here</p>
This sample text font color is #dcad8e
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.
#dcad8e Background Color
<div style="background-color:#dcad8e">
Div content here</div>
This div background color is #dcad8e
#dcad8e Border Color
<div style="border:3px solid #dcad8e">
Div here</div>
This div border color is #dcad8e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(220,173,142, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dcad8e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dcad8e; -webkit-box-shadow: 1px 1px 3px 2px #dcad8e; box-shadow: 1px 1px 3px 2px #dcad8e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(220,173,142, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dcad8e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dcad8e; -webkit-box-shadow: 1px 1px 3px 2px #dcad8e; box-shadow: 1px 1px 3px 2px #dcad8e;">
Div content here</div>
This div box has shadow with color #dcad8e
Comments
No comments written yet.
Please login to write comment.