Color spaces of #dadcaa
RGB | 218 | 220 | 170 |
---|---|---|---|
HSL | 0.17 | 0.42 | 0.76 |
HSV | 62° | 23° | 86° |
CMYK | 0.01 | 0.00 | 0.23 0.14 |
XYZ | 61.7623 | 68.9941 | 48.0922 |
Yxy | 68.9941 | 0.3453 | 0.3858 |
Hunter Lab | 83.0627 | -12.6338 | 23.8158 |
CIE-Lab | 86.5011 | -8.7383 | 24.4138 |
#dadcaa color RGB value is (218,220,170).
#dadcaa hex color red value is 218, green value is 220 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #dadcaa hue: 0.17 , saturation: 0.42 and the lightness value of dadcaa is 0.76.
The process color (four color CMYK) of #dadcaa color hex is 0.01, 0.00, 0.23, 0.14. Web safe color of #dadcaa is #cccc99. Color #dadcaa contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011010 | 11011100 | 10101010 |
Octal | 332 | 334 | 252 |
Decimal | 218 | 220 | 170 |
Hex | DA | DC | AA |
Shades of #dadcaa
Tints of #dadcaa
RGB Percentages of Color #dadcaa
CMYK Percentages of Color #dadcaa
Complementary Color
#dadcaa | #acaadc |
#dadcaa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dadcaa Color Preview on White Background
Lorem ipsum dolor sit amet.
#dadcaa Color CSS Codes
.mybgcolor {background-color:#dadcaa; } .myforecolor {color:#dadcaa; } .mybordercolor {border:3px solid #dadcaa; }
#dadcaa Text Font Color
<p style="color:#dadcaa">Text here</p>
This sample text font color is #dadcaa
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.
#dadcaa Background Color
<div style="background-color:#dadcaa">
Div content here</div>
This div background color is #dadcaa
#dadcaa Border Color
<div style="border:3px solid #dadcaa">
Div here</div>
This div border color is #dadcaa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(218,220,170, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dadcaa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dadcaa; -webkit-box-shadow: 1px 1px 3px 2px #dadcaa; box-shadow: 1px 1px 3px 2px #dadcaa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(218,220,170, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dadcaa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dadcaa; -webkit-box-shadow: 1px 1px 3px 2px #dadcaa; box-shadow: 1px 1px 3px 2px #dadcaa;">
Div content here</div>
This div box has shadow with color #dadcaa
Comments
No comments written yet.
Please login to write comment.