Color spaces of #dac193
RGB | 218 | 193 | 147 |
---|---|---|---|
HSL | 0.11 | 0.49 | 0.72 |
HSV | 39° | 33° | 85° |
CMYK | 0.00 | 0.11 | 0.33 0.15 |
XYZ | 53.2499 | 55.1519 | 35.4426 |
Yxy | 55.1519 | 0.3702 | 0.3834 |
Hunter Lab | 74.2643 | -1.9724 | 23.6889 |
CIE-Lab | 79.1287 | 2.1520 | 26.4361 |
#dac193 color RGB value is (218,193,147).
#dac193 hex color red value is 218, green value is 193 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #dac193 hue: 0.11 , saturation: 0.49 and the lightness value of dac193 is 0.72.
The process color (four color CMYK) of #dac193 color hex is 0.00, 0.11, 0.33, 0.15. Web safe color of #dac193 is #cccc99. Color #dac193 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011010 | 11000001 | 10010011 |
Octal | 332 | 301 | 223 |
Decimal | 218 | 193 | 147 |
Hex | DA | C1 | 93 |
Shades of #dac193
Tints of #dac193
RGB Percentages of Color #dac193
CMYK Percentages of Color #dac193
Complementary Color
#dac193 | #93acda |
#dac193 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dac193 Color Preview on White Background
Lorem ipsum dolor sit amet.
#dac193 Color CSS Codes
.mybgcolor {background-color:#dac193; } .myforecolor {color:#dac193; } .mybordercolor {border:3px solid #dac193; }
#dac193 Text Font Color
<p style="color:#dac193">Text here</p>
This sample text font color is #dac193
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.
#dac193 Background Color
<div style="background-color:#dac193">
Div content here</div>
This div background color is #dac193
#dac193 Border Color
<div style="border:3px solid #dac193">
Div here</div>
This div border color is #dac193
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(218,193,147, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dac193; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dac193; -webkit-box-shadow: 1px 1px 3px 2px #dac193; box-shadow: 1px 1px 3px 2px #dac193; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(218,193,147, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dac193">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dac193; -webkit-box-shadow: 1px 1px 3px 2px #dac193; box-shadow: 1px 1px 3px 2px #dac193;">
Div content here</div>
This div box has shadow with color #dac193
Comments
No comments written yet.
Please login to write comment.