Color spaces of #dbdaae
RGB | 219 | 218 | 174 |
---|---|---|---|
HSL | 0.16 | 0.38 | 0.77 |
HSV | 59° | 21° | 86° |
CMYK | 0.00 | 0.00 | 0.21 0.14 |
XYZ | 61.9248 | 68.2589 | 49.9559 |
Yxy | 68.2589 | 0.3438 | 0.3789 |
Hunter Lab | 82.6189 | -10.7933 | 21.9833 |
CIE-Lab | 86.1357 | -6.7839 | 21.8412 |
#dbdaae color RGB value is (219,218,174).
#dbdaae hex color red value is 219, green value is 218 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #dbdaae hue: 0.16 , saturation: 0.38 and the lightness value of dbdaae is 0.77.
The process color (four color CMYK) of #dbdaae color hex is 0.00, 0.00, 0.21, 0.14. Web safe color of #dbdaae is #cccc99. Color #dbdaae contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011011 | 11011010 | 10101110 |
Octal | 333 | 332 | 256 |
Decimal | 219 | 218 | 174 |
Hex | DB | DA | AE |
Shades of #dbdaae
Tints of #dbdaae
RGB Percentages of Color #dbdaae
CMYK Percentages of Color #dbdaae
Complementary Color
#dbdaae | #aeafdb |
#dbdaae Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dbdaae Color Preview on White Background
Lorem ipsum dolor sit amet.
#dbdaae Color CSS Codes
.mybgcolor {background-color:#dbdaae; } .myforecolor {color:#dbdaae; } .mybordercolor {border:3px solid #dbdaae; }
#dbdaae Text Font Color
<p style="color:#dbdaae">Text here</p>
This sample text font color is #dbdaae
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.
#dbdaae Background Color
<div style="background-color:#dbdaae">
Div content here</div>
This div background color is #dbdaae
#dbdaae Border Color
<div style="border:3px solid #dbdaae">
Div here</div>
This div border color is #dbdaae
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(219,218,174, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dbdaae; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dbdaae; -webkit-box-shadow: 1px 1px 3px 2px #dbdaae; box-shadow: 1px 1px 3px 2px #dbdaae; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(219,218,174, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dbdaae">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dbdaae; -webkit-box-shadow: 1px 1px 3px 2px #dbdaae; box-shadow: 1px 1px 3px 2px #dbdaae;">
Div content here</div>
This div box has shadow with color #dbdaae
Comments
No comments written yet.
Please login to write comment.