Color spaces of #dad8da
RGB | 218 | 216 | 218 |
---|---|---|---|
HSL | 0.83 | 0.03 | 0.85 |
HSV | 300° | 1° | 85° |
CMYK | 0.00 | 0.01 | 0.00 0.15 |
XYZ | 66.1242 | 69.0791 | 76.1782 |
Yxy | 69.0791 | 0.3128 | 0.3268 |
Hunter Lab | 83.1138 | -3.4371 | 3.8373 |
CIE-Lab | 86.5432 | 1.0445 | -0.7512 |
#dad8da color RGB value is (218,216,218).
#dad8da hex color red value is 218, green value is 216 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #dad8da hue: 0.83 , saturation: 0.03 and the lightness value of dad8da is 0.85.
The process color (four color CMYK) of #dad8da color hex is 0.00, 0.01, 0.00, 0.15. Web safe color of #dad8da is #cccccc. Color #dad8da contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011010 | 11011000 | 11011010 |
Octal | 332 | 330 | 332 |
Decimal | 218 | 216 | 218 |
Hex | DA | D8 | DA |
Shades of #dad8da
Tints of #dad8da
RGB Percentages of Color #dad8da
CMYK Percentages of Color #dad8da
Complementary Color
#dad8da | #d8dad8 |
#dad8da Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dad8da Color Preview on White Background
Lorem ipsum dolor sit amet.
#dad8da Color CSS Codes
.mybgcolor {background-color:#dad8da; } .myforecolor {color:#dad8da; } .mybordercolor {border:3px solid #dad8da; }
#dad8da Text Font Color
<p style="color:#dad8da">Text here</p>
This sample text font color is #dad8da
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.
#dad8da Background Color
<div style="background-color:#dad8da">
Div content here</div>
This div background color is #dad8da
#dad8da Border Color
<div style="border:3px solid #dad8da">
Div here</div>
This div border color is #dad8da
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(218,216,218, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dad8da; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dad8da; -webkit-box-shadow: 1px 1px 3px 2px #dad8da; box-shadow: 1px 1px 3px 2px #dad8da; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(218,216,218, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dad8da">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dad8da; -webkit-box-shadow: 1px 1px 3px 2px #dad8da; box-shadow: 1px 1px 3px 2px #dad8da;">
Div content here</div>
This div box has shadow with color #dad8da
Comments
No comments written yet.
Please login to write comment.