Color spaces of #dadbd2
RGB | 218 | 219 | 210 |
---|---|---|---|
HSL | 0.19 | 0.11 | 0.84 |
HSV | 67° | 4° | 86° |
CMYK | 0.00 | 0.00 | 0.04 0.14 |
XYZ | 65.8778 | 70.2216 | 71.0548 |
Yxy | 70.2216 | 0.3180 | 0.3390 |
Hunter Lab | 83.7983 | -6.3198 | 8.3853 |
CIE-Lab | 87.1054 | -1.9299 | 4.2913 |
#dadbd2 color RGB value is (218,219,210).
#dadbd2 hex color red value is 218, green value is 219 and the blue value of its RGB is 210. Cylindrical-coordinate representations (also known as HSL) of color #dadbd2 hue: 0.19 , saturation: 0.11 and the lightness value of dadbd2 is 0.84.
The process color (four color CMYK) of #dadbd2 color hex is 0.00, 0.00, 0.04, 0.14. Web safe color of #dadbd2 is #cccccc. Color #dadbd2 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011010 | 11011011 | 11010010 |
Octal | 332 | 333 | 322 |
Decimal | 218 | 219 | 210 |
Hex | DA | DB | D2 |
Shades of #dadbd2
Tints of #dadbd2
RGB Percentages of Color #dadbd2
CMYK Percentages of Color #dadbd2
Complementary Color
#dadbd2 | #d3d2db |
#dadbd2 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dadbd2 Color Preview on White Background
Lorem ipsum dolor sit amet.
#dadbd2 Color CSS Codes
.mybgcolor {background-color:#dadbd2; } .myforecolor {color:#dadbd2; } .mybordercolor {border:3px solid #dadbd2; }
#dadbd2 Text Font Color
<p style="color:#dadbd2">Text here</p>
This sample text font color is #dadbd2
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.
#dadbd2 Background Color
<div style="background-color:#dadbd2">
Div content here</div>
This div background color is #dadbd2
#dadbd2 Border Color
<div style="border:3px solid #dadbd2">
Div here</div>
This div border color is #dadbd2
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(218,219,210, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dadbd2; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dadbd2; -webkit-box-shadow: 1px 1px 3px 2px #dadbd2; box-shadow: 1px 1px 3px 2px #dadbd2; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(218,219,210, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dadbd2">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dadbd2; -webkit-box-shadow: 1px 1px 3px 2px #dadbd2; box-shadow: 1px 1px 3px 2px #dadbd2;">
Div content here</div>
This div box has shadow with color #dadbd2
Comments
No comments written yet.
Please login to write comment.