Color spaces of #dad0ca
RGB | 218 | 208 | 202 |
---|---|---|---|
HSL | 0.06 | 0.18 | 0.82 |
HSV | 23° | 7° | 85° |
CMYK | 0.00 | 0.05 | 0.07 0.15 |
XYZ | 62.1300 | 64.2814 | 65.0101 |
Yxy | 64.2814 | 0.3246 | 0.3358 |
Hunter Lab | 80.1757 | -1.9836 | 8.0479 |
CIE-Lab | 84.1121 | 2.4171 | 4.1961 |
#dad0ca color RGB value is (218,208,202).
#dad0ca hex color red value is 218, green value is 208 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #dad0ca hue: 0.06 , saturation: 0.18 and the lightness value of dad0ca is 0.82.
The process color (four color CMYK) of #dad0ca color hex is 0.00, 0.05, 0.07, 0.15. Web safe color of #dad0ca is #cccccc. Color #dad0ca contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011010 | 11010000 | 11001010 |
Octal | 332 | 320 | 312 |
Decimal | 218 | 208 | 202 |
Hex | DA | D0 | CA |
Shades of #dad0ca
Tints of #dad0ca
RGB Percentages of Color #dad0ca
CMYK Percentages of Color #dad0ca
Complementary Color
#dad0ca | #cad4da |
#dad0ca Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dad0ca Color Preview on White Background
Lorem ipsum dolor sit amet.
#dad0ca Color CSS Codes
.mybgcolor {background-color:#dad0ca; } .myforecolor {color:#dad0ca; } .mybordercolor {border:3px solid #dad0ca; }
#dad0ca Text Font Color
<p style="color:#dad0ca">Text here</p>
This sample text font color is #dad0ca
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.
#dad0ca Background Color
<div style="background-color:#dad0ca">
Div content here</div>
This div background color is #dad0ca
#dad0ca Border Color
<div style="border:3px solid #dad0ca">
Div here</div>
This div border color is #dad0ca
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(218,208,202, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dad0ca; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dad0ca; -webkit-box-shadow: 1px 1px 3px 2px #dad0ca; box-shadow: 1px 1px 3px 2px #dad0ca; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(218,208,202, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dad0ca">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dad0ca; -webkit-box-shadow: 1px 1px 3px 2px #dad0ca; box-shadow: 1px 1px 3px 2px #dad0ca;">
Div content here</div>
This div box has shadow with color #dad0ca
#dad0ca Color Palettes
Comments
No comments written yet.
Please login to write comment.