Color spaces of #dabac0
RGB | 218 | 186 | 192 |
---|---|---|---|
HSL | 0.97 | 0.30 | 0.79 |
HSV | 349° | 15° | 85° |
CMYK | 0.00 | 0.15 | 0.12 0.15 |
XYZ | 55.9868 | 53.8290 | 57.3084 |
Yxy | 53.8290 | 0.3350 | 0.3221 |
Hunter Lab | 73.3682 | 7.8177 | 5.0460 |
CIE-Lab | 78.3619 | 12.4011 | 1.2140 |
#dabac0 color RGB value is (218,186,192).
#dabac0 hex color red value is 218, green value is 186 and the blue value of its RGB is 192. Cylindrical-coordinate representations (also known as HSL) of color #dabac0 hue: 0.97 , saturation: 0.30 and the lightness value of dabac0 is 0.79.
The process color (four color CMYK) of #dabac0 color hex is 0.00, 0.15, 0.12, 0.15. Web safe color of #dabac0 is #cccccc. Color #dabac0 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011010 | 10111010 | 11000000 |
Octal | 332 | 272 | 300 |
Decimal | 218 | 186 | 192 |
Hex | DA | BA | C0 |
Shades of #dabac0
Tints of #dabac0
RGB Percentages of Color #dabac0
CMYK Percentages of Color #dabac0
Complementary Color
#dabac0 | #badad4 |
#dabac0 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dabac0 Color Preview on White Background
Lorem ipsum dolor sit amet.
#dabac0 Color CSS Codes
.mybgcolor {background-color:#dabac0; } .myforecolor {color:#dabac0; } .mybordercolor {border:3px solid #dabac0; }
#dabac0 Text Font Color
<p style="color:#dabac0">Text here</p>
This sample text font color is #dabac0
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.
#dabac0 Background Color
<div style="background-color:#dabac0">
Div content here</div>
This div background color is #dabac0
#dabac0 Border Color
<div style="border:3px solid #dabac0">
Div here</div>
This div border color is #dabac0
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(218,186,192, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dabac0; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dabac0; -webkit-box-shadow: 1px 1px 3px 2px #dabac0; box-shadow: 1px 1px 3px 2px #dabac0; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(218,186,192, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dabac0">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dabac0; -webkit-box-shadow: 1px 1px 3px 2px #dabac0; box-shadow: 1px 1px 3px 2px #dabac0;">
Div content here</div>
This div box has shadow with color #dabac0
Comments
No comments written yet.
Please login to write comment.