Color spaces of #dcaba5
RGB | 220 | 171 | 165 |
---|---|---|---|
HSL | 0.02 | 0.44 | 0.75 |
HSV | 7° | 25° | 86° |
CMYK | 0.00 | 0.22 | 0.25 0.14 |
XYZ | 50.8696 | 47.0581 | 41.9993 |
Yxy | 47.0581 | 0.3635 | 0.3363 |
Hunter Lab | 68.5989 | 12.3188 | 11.7193 |
CIE-Lab | 74.2269 | 17.0447 | 9.9762 |
#dcaba5 color RGB value is (220,171,165).
#dcaba5 hex color red value is 220, green value is 171 and the blue value of its RGB is 165. Cylindrical-coordinate representations (also known as HSL) of color #dcaba5 hue: 0.02 , saturation: 0.44 and the lightness value of dcaba5 is 0.75.
The process color (four color CMYK) of #dcaba5 color hex is 0.00, 0.22, 0.25, 0.14. Web safe color of #dcaba5 is #cc9999. Color #dcaba5 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011100 | 10101011 | 10100101 |
Octal | 334 | 253 | 245 |
Decimal | 220 | 171 | 165 |
Hex | DC | AB | A5 |
Shades of #dcaba5
Tints of #dcaba5
RGB Percentages of Color #dcaba5
CMYK Percentages of Color #dcaba5
Complementary Color
#dcaba5 | #a5d6dc |
#dcaba5 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dcaba5 Color Preview on White Background
Lorem ipsum dolor sit amet.
#dcaba5 Color CSS Codes
.mybgcolor {background-color:#dcaba5; } .myforecolor {color:#dcaba5; } .mybordercolor {border:3px solid #dcaba5; }
#dcaba5 Text Font Color
<p style="color:#dcaba5">Text here</p>
This sample text font color is #dcaba5
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.
#dcaba5 Background Color
<div style="background-color:#dcaba5">
Div content here</div>
This div background color is #dcaba5
#dcaba5 Border Color
<div style="border:3px solid #dcaba5">
Div here</div>
This div border color is #dcaba5
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(220,171,165, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dcaba5; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dcaba5; -webkit-box-shadow: 1px 1px 3px 2px #dcaba5; box-shadow: 1px 1px 3px 2px #dcaba5; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(220,171,165, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dcaba5">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dcaba5; -webkit-box-shadow: 1px 1px 3px 2px #dcaba5; box-shadow: 1px 1px 3px 2px #dcaba5;">
Div content here</div>
This div box has shadow with color #dcaba5
#dcaba5 Color Palettes
Comments
No comments written yet.
Please login to write comment.