Color spaces of #dbbfa4
RGB | 219 | 191 | 164 |
---|---|---|---|
HSL | 0.08 | 0.43 | 0.75 |
HSV | 29° | 25° | 86° |
CMYK | 0.00 | 0.13 | 0.25 0.14 |
XYZ | 54.5451 | 55.0020 | 42.8636 |
Yxy | 55.0020 | 0.3579 | 0.3609 |
Hunter Lab | 74.1633 | 1.4960 | 17.6470 |
CIE-Lab | 79.0424 | 5.8389 | 17.2869 |
#dbbfa4 color RGB value is (219,191,164).
#dbbfa4 hex color red value is 219, green value is 191 and the blue value of its RGB is 164. Cylindrical-coordinate representations (also known as HSL) of color #dbbfa4 hue: 0.08 , saturation: 0.43 and the lightness value of dbbfa4 is 0.75.
The process color (four color CMYK) of #dbbfa4 color hex is 0.00, 0.13, 0.25, 0.14. Web safe color of #dbbfa4 is #cccc99. Color #dbbfa4 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011011 | 10111111 | 10100100 |
Octal | 333 | 277 | 244 |
Decimal | 219 | 191 | 164 |
Hex | DB | BF | A4 |
Shades of #dbbfa4
Tints of #dbbfa4
RGB Percentages of Color #dbbfa4
CMYK Percentages of Color #dbbfa4
Complementary Color
#dbbfa4 | #a4c0db |
#dbbfa4 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dbbfa4 Color Preview on White Background
Lorem ipsum dolor sit amet.
#dbbfa4 Color CSS Codes
.mybgcolor {background-color:#dbbfa4; } .myforecolor {color:#dbbfa4; } .mybordercolor {border:3px solid #dbbfa4; }
#dbbfa4 Text Font Color
<p style="color:#dbbfa4">Text here</p>
This sample text font color is #dbbfa4
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.
#dbbfa4 Background Color
<div style="background-color:#dbbfa4">
Div content here</div>
This div background color is #dbbfa4
#dbbfa4 Border Color
<div style="border:3px solid #dbbfa4">
Div here</div>
This div border color is #dbbfa4
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(219,191,164, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dbbfa4; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dbbfa4; -webkit-box-shadow: 1px 1px 3px 2px #dbbfa4; box-shadow: 1px 1px 3px 2px #dbbfa4; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(219,191,164, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dbbfa4">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dbbfa4; -webkit-box-shadow: 1px 1px 3px 2px #dbbfa4; box-shadow: 1px 1px 3px 2px #dbbfa4;">
Div content here</div>
This div box has shadow with color #dbbfa4
Comments
No comments written yet.
Please login to write comment.