Color spaces of #dcacbb
RGB | 220 | 172 | 187 |
---|---|---|---|
HSL | 0.95 | 0.41 | 0.77 |
HSV | 341° | 22° | 86° |
CMYK | 0.00 | 0.22 | 0.15 0.14 |
XYZ | 53.2374 | 48.3085 | 53.5323 |
Yxy | 48.3085 | 0.3433 | 0.3115 |
Hunter Lab | 69.5043 | 15.0910 | 2.9878 |
CIE-Lab | 75.0191 | 19.8334 | -0.9220 |
#dcacbb color RGB value is (220,172,187).
#dcacbb hex color red value is 220, green value is 172 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #dcacbb hue: 0.95 , saturation: 0.41 and the lightness value of dcacbb is 0.77.
The process color (four color CMYK) of #dcacbb color hex is 0.00, 0.22, 0.15, 0.14. Web safe color of #dcacbb is #cc99cc. Color #dcacbb contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011100 | 10101100 | 10111011 |
Octal | 334 | 254 | 273 |
Decimal | 220 | 172 | 187 |
Hex | DC | AC | BB |
Shades of #dcacbb
Tints of #dcacbb
RGB Percentages of Color #dcacbb
CMYK Percentages of Color #dcacbb
Complementary Color
#dcacbb | #acdccd |
#dcacbb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dcacbb Color Preview on White Background
Lorem ipsum dolor sit amet.
#dcacbb Color CSS Codes
.mybgcolor {background-color:#dcacbb; } .myforecolor {color:#dcacbb; } .mybordercolor {border:3px solid #dcacbb; }
#dcacbb Text Font Color
<p style="color:#dcacbb">Text here</p>
This sample text font color is #dcacbb
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.
#dcacbb Background Color
<div style="background-color:#dcacbb">
Div content here</div>
This div background color is #dcacbb
#dcacbb Border Color
<div style="border:3px solid #dcacbb">
Div here</div>
This div border color is #dcacbb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(220,172,187, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dcacbb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dcacbb; -webkit-box-shadow: 1px 1px 3px 2px #dcacbb; box-shadow: 1px 1px 3px 2px #dcacbb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(220,172,187, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dcacbb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dcacbb; -webkit-box-shadow: 1px 1px 3px 2px #dcacbb; box-shadow: 1px 1px 3px 2px #dcacbb;">
Div content here</div>
This div box has shadow with color #dcacbb
Comments
No comments written yet.
Please login to write comment.