Color spaces of #dcbbaf
RGB | 220 | 187 | 175 |
---|---|---|---|
HSL | 0.04 | 0.39 | 0.77 |
HSV | 16° | 20° | 86° |
CMYK | 0.00 | 0.15 | 0.20 0.14 |
XYZ | 55.0234 | 53.8514 | 48.0518 |
Yxy | 53.8514 | 0.3506 | 0.3432 |
Hunter Lab | 73.3835 | 5.4192 | 12.5451 |
CIE-Lab | 78.3750 | 9.9267 | 10.4459 |
#dcbbaf color RGB value is (220,187,175).
#dcbbaf hex color red value is 220, green value is 187 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #dcbbaf hue: 0.04 , saturation: 0.39 and the lightness value of dcbbaf is 0.77.
The process color (four color CMYK) of #dcbbaf color hex is 0.00, 0.15, 0.20, 0.14. Web safe color of #dcbbaf is #cccc99. Color #dcbbaf contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011100 | 10111011 | 10101111 |
Octal | 334 | 273 | 257 |
Decimal | 220 | 187 | 175 |
Hex | DC | BB | AF |
Shades of #dcbbaf
Tints of #dcbbaf
RGB Percentages of Color #dcbbaf
CMYK Percentages of Color #dcbbaf
Complementary Color
#dcbbaf | #afd0dc |
#dcbbaf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dcbbaf Color Preview on White Background
Lorem ipsum dolor sit amet.
#dcbbaf Color CSS Codes
.mybgcolor {background-color:#dcbbaf; } .myforecolor {color:#dcbbaf; } .mybordercolor {border:3px solid #dcbbaf; }
#dcbbaf Text Font Color
<p style="color:#dcbbaf">Text here</p>
This sample text font color is #dcbbaf
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.
#dcbbaf Background Color
<div style="background-color:#dcbbaf">
Div content here</div>
This div background color is #dcbbaf
#dcbbaf Border Color
<div style="border:3px solid #dcbbaf">
Div here</div>
This div border color is #dcbbaf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(220,187,175, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dcbbaf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dcbbaf; -webkit-box-shadow: 1px 1px 3px 2px #dcbbaf; box-shadow: 1px 1px 3px 2px #dcbbaf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(220,187,175, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dcbbaf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dcbbaf; -webkit-box-shadow: 1px 1px 3px 2px #dcbbaf; box-shadow: 1px 1px 3px 2px #dcbbaf;">
Div content here</div>
This div box has shadow with color #dcbbaf
Comments
No comments written yet.
Please login to write comment.