Color spaces of #dcacb3
RGB | 220 | 172 | 179 |
---|---|---|---|
HSL | 0.98 | 0.41 | 0.77 |
HSV | 351° | 22° | 86° |
CMYK | 0.00 | 0.22 | 0.19 0.14 |
XYZ | 52.4044 | 47.9754 | 49.1460 |
Yxy | 47.9754 | 0.3505 | 0.3209 |
Hunter Lab | 69.2643 | 13.8382 | 6.4162 |
CIE-Lab | 74.8094 | 18.5763 | 3.1512 |
#dcacb3 color RGB value is (220,172,179).
#dcacb3 hex color red value is 220, green value is 172 and the blue value of its RGB is 179. Cylindrical-coordinate representations (also known as HSL) of color #dcacb3 hue: 0.98 , saturation: 0.41 and the lightness value of dcacb3 is 0.77.
The process color (four color CMYK) of #dcacb3 color hex is 0.00, 0.22, 0.19, 0.14. Web safe color of #dcacb3 is #cc99cc. Color #dcacb3 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011100 | 10101100 | 10110011 |
Octal | 334 | 254 | 263 |
Decimal | 220 | 172 | 179 |
Hex | DC | AC | B3 |
Shades of #dcacb3
Tints of #dcacb3
RGB Percentages of Color #dcacb3
CMYK Percentages of Color #dcacb3
Complementary Color
#dcacb3 | #acdcd5 |
#dcacb3 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dcacb3 Color Preview on White Background
Lorem ipsum dolor sit amet.
#dcacb3 Color CSS Codes
.mybgcolor {background-color:#dcacb3; } .myforecolor {color:#dcacb3; } .mybordercolor {border:3px solid #dcacb3; }
#dcacb3 Text Font Color
<p style="color:#dcacb3">Text here</p>
This sample text font color is #dcacb3
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.
#dcacb3 Background Color
<div style="background-color:#dcacb3">
Div content here</div>
This div background color is #dcacb3
#dcacb3 Border Color
<div style="border:3px solid #dcacb3">
Div here</div>
This div border color is #dcacb3
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(220,172,179, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dcacb3; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dcacb3; -webkit-box-shadow: 1px 1px 3px 2px #dcacb3; box-shadow: 1px 1px 3px 2px #dcacb3; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(220,172,179, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dcacb3">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dcacb3; -webkit-box-shadow: 1px 1px 3px 2px #dcacb3; box-shadow: 1px 1px 3px 2px #dcacb3;">
Div content here</div>
This div box has shadow with color #dcacb3
Comments
No comments written yet.
Please login to write comment.