Color spaces of #dadcc5
RGB | 218 | 220 | 197 |
---|---|---|---|
HSL | 0.18 | 0.25 | 0.82 |
HSV | 65° | 10° | 86° |
CMYK | 0.01 | 0.00 | 0.10 0.14 |
XYZ | 64.5847 | 70.1230 | 62.9544 |
Yxy | 70.1230 | 0.3267 | 0.3548 |
Hunter Lab | 83.7395 | -8.8746 | 14.0441 |
CIE-Lab | 87.0572 | -4.6361 | 11.0680 |
#dadcc5 color RGB value is (218,220,197).
#dadcc5 hex color red value is 218, green value is 220 and the blue value of its RGB is 197. Cylindrical-coordinate representations (also known as HSL) of color #dadcc5 hue: 0.18 , saturation: 0.25 and the lightness value of dadcc5 is 0.82.
The process color (four color CMYK) of #dadcc5 color hex is 0.01, 0.00, 0.10, 0.14. Web safe color of #dadcc5 is #cccccc. Color #dadcc5 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011010 | 11011100 | 11000101 |
Octal | 332 | 334 | 305 |
Decimal | 218 | 220 | 197 |
Hex | DA | DC | C5 |
Shades of #dadcc5
Tints of #dadcc5
RGB Percentages of Color #dadcc5
CMYK Percentages of Color #dadcc5
Complementary Color
#dadcc5 | #c7c5dc |
#dadcc5 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dadcc5 Color Preview on White Background
Lorem ipsum dolor sit amet.
#dadcc5 Color CSS Codes
.mybgcolor {background-color:#dadcc5; } .myforecolor {color:#dadcc5; } .mybordercolor {border:3px solid #dadcc5; }
#dadcc5 Text Font Color
<p style="color:#dadcc5">Text here</p>
This sample text font color is #dadcc5
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.
#dadcc5 Background Color
<div style="background-color:#dadcc5">
Div content here</div>
This div background color is #dadcc5
#dadcc5 Border Color
<div style="border:3px solid #dadcc5">
Div here</div>
This div border color is #dadcc5
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(218,220,197, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dadcc5; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dadcc5; -webkit-box-shadow: 1px 1px 3px 2px #dadcc5; box-shadow: 1px 1px 3px 2px #dadcc5; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(218,220,197, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dadcc5">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dadcc5; -webkit-box-shadow: 1px 1px 3px 2px #dadcc5; box-shadow: 1px 1px 3px 2px #dadcc5;">
Div content here</div>
This div box has shadow with color #dadcc5
Comments
No comments written yet.
Please login to write comment.