Color spaces of #dbcaaf
RGB | 219 | 202 | 175 |
---|---|---|---|
HSL | 0.10 | 0.38 | 0.77 |
HSV | 37° | 20° | 86° |
CMYK | 0.00 | 0.08 | 0.20 0.14 |
XYZ | 58.0718 | 60.3963 | 49.1544 |
Yxy | 60.3963 | 0.3464 | 0.3603 |
Hunter Lab | 77.7151 | -2.6190 | 16.8999 |
CIE-Lab | 82.0531 | 1.6305 | 15.6316 |
#dbcaaf color RGB value is (219,202,175).
#dbcaaf hex color red value is 219, green value is 202 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #dbcaaf hue: 0.10 , saturation: 0.38 and the lightness value of dbcaaf is 0.77.
The process color (four color CMYK) of #dbcaaf color hex is 0.00, 0.08, 0.20, 0.14. Web safe color of #dbcaaf is #cccc99. Color #dbcaaf contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011011 | 11001010 | 10101111 |
Octal | 333 | 312 | 257 |
Decimal | 219 | 202 | 175 |
Hex | DB | CA | AF |
Shades of #dbcaaf
Tints of #dbcaaf
RGB Percentages of Color #dbcaaf
CMYK Percentages of Color #dbcaaf
Complementary Color
#dbcaaf | #afc0db |
#dbcaaf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dbcaaf Color Preview on White Background
Lorem ipsum dolor sit amet.
#dbcaaf Color CSS Codes
.mybgcolor {background-color:#dbcaaf; } .myforecolor {color:#dbcaaf; } .mybordercolor {border:3px solid #dbcaaf; }
#dbcaaf Text Font Color
<p style="color:#dbcaaf">Text here</p>
This sample text font color is #dbcaaf
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.
#dbcaaf Background Color
<div style="background-color:#dbcaaf">
Div content here</div>
This div background color is #dbcaaf
#dbcaaf Border Color
<div style="border:3px solid #dbcaaf">
Div here</div>
This div border color is #dbcaaf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(219,202,175, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dbcaaf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dbcaaf; -webkit-box-shadow: 1px 1px 3px 2px #dbcaaf; box-shadow: 1px 1px 3px 2px #dbcaaf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(219,202,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 #dbcaaf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dbcaaf; -webkit-box-shadow: 1px 1px 3px 2px #dbcaaf; box-shadow: 1px 1px 3px 2px #dbcaaf;">
Div content here</div>
This div box has shadow with color #dbcaaf
Comments
No comments written yet.
Please login to write comment.