Color spaces of #dbdda0
RGB | 219 | 221 | 160 |
---|---|---|---|
HSL | 0.17 | 0.47 | 0.75 |
HSV | 62° | 28° | 87° |
CMYK | 0.01 | 0.00 | 0.28 0.13 |
XYZ | 61.4150 | 69.3110 | 43.3992 |
Yxy | 69.3110 | 0.3527 | 0.3981 |
Hunter Lab | 83.2532 | -14.0156 | 27.3699 |
CIE-Lab | 86.6578 | -10.2270 | 29.8089 |
#dbdda0 color RGB value is (219,221,160).
#dbdda0 hex color red value is 219, green value is 221 and the blue value of its RGB is 160. Cylindrical-coordinate representations (also known as HSL) of color #dbdda0 hue: 0.17 , saturation: 0.47 and the lightness value of dbdda0 is 0.75.
The process color (four color CMYK) of #dbdda0 color hex is 0.01, 0.00, 0.28, 0.13. Web safe color of #dbdda0 is #cccc99. Color #dbdda0 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011011 | 11011101 | 10100000 |
Octal | 333 | 335 | 240 |
Decimal | 219 | 221 | 160 |
Hex | DB | DD | A0 |
Shades of #dbdda0
Tints of #dbdda0
RGB Percentages of Color #dbdda0
CMYK Percentages of Color #dbdda0
Complementary Color
#dbdda0 | #a2a0dd |
#dbdda0 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dbdda0 Color Preview on White Background
Lorem ipsum dolor sit amet.
#dbdda0 Color CSS Codes
.mybgcolor {background-color:#dbdda0; } .myforecolor {color:#dbdda0; } .mybordercolor {border:3px solid #dbdda0; }
#dbdda0 Text Font Color
<p style="color:#dbdda0">Text here</p>
This sample text font color is #dbdda0
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.
#dbdda0 Background Color
<div style="background-color:#dbdda0">
Div content here</div>
This div background color is #dbdda0
#dbdda0 Border Color
<div style="border:3px solid #dbdda0">
Div here</div>
This div border color is #dbdda0
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(219,221,160, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dbdda0; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dbdda0; -webkit-box-shadow: 1px 1px 3px 2px #dbdda0; box-shadow: 1px 1px 3px 2px #dbdda0; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(219,221,160, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dbdda0">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dbdda0; -webkit-box-shadow: 1px 1px 3px 2px #dbdda0; box-shadow: 1px 1px 3px 2px #dbdda0;">
Div content here</div>
This div box has shadow with color #dbdda0
Comments
No comments written yet.
Please login to write comment.