Color spaces of #dbcda4
RGB | 219 | 205 | 164 |
---|---|---|---|
HSL | 0.12 | 0.43 | 0.75 |
HSV | 45° | 25° | 86° |
CMYK | 0.00 | 0.06 | 0.25 0.14 |
XYZ | 57.7456 | 61.4030 | 43.9304 |
Yxy | 61.4030 | 0.3541 | 0.3765 |
Hunter Lab | 78.3601 | -5.5888 | 21.6128 |
CIE-Lab | 82.5949 | -1.5008 | 22.2058 |
#dbcda4 color RGB value is (219,205,164).
#dbcda4 hex color red value is 219, green value is 205 and the blue value of its RGB is 164. Cylindrical-coordinate representations (also known as HSL) of color #dbcda4 hue: 0.12 , saturation: 0.43 and the lightness value of dbcda4 is 0.75.
The process color (four color CMYK) of #dbcda4 color hex is 0.00, 0.06, 0.25, 0.14. Web safe color of #dbcda4 is #cccc99. Color #dbcda4 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011011 | 11001101 | 10100100 |
Octal | 333 | 315 | 244 |
Decimal | 219 | 205 | 164 |
Hex | DB | CD | A4 |
Shades of #dbcda4
Tints of #dbcda4
RGB Percentages of Color #dbcda4
CMYK Percentages of Color #dbcda4
Complementary Color
#dbcda4 | #a4b2db |
#dbcda4 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dbcda4 Color Preview on White Background
Lorem ipsum dolor sit amet.
#dbcda4 Color CSS Codes
.mybgcolor {background-color:#dbcda4; } .myforecolor {color:#dbcda4; } .mybordercolor {border:3px solid #dbcda4; }
#dbcda4 Text Font Color
<p style="color:#dbcda4">Text here</p>
This sample text font color is #dbcda4
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.
#dbcda4 Background Color
<div style="background-color:#dbcda4">
Div content here</div>
This div background color is #dbcda4
#dbcda4 Border Color
<div style="border:3px solid #dbcda4">
Div here</div>
This div border color is #dbcda4
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(219,205,164, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dbcda4; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dbcda4; -webkit-box-shadow: 1px 1px 3px 2px #dbcda4; box-shadow: 1px 1px 3px 2px #dbcda4; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(219,205,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 #dbcda4">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dbcda4; -webkit-box-shadow: 1px 1px 3px 2px #dbcda4; box-shadow: 1px 1px 3px 2px #dbcda4;">
Div content here</div>
This div box has shadow with color #dbcda4
Comments
No comments written yet.
Please login to write comment.