Color spaces of #dadaaa
RGB | 218 | 218 | 170 |
---|---|---|---|
HSL | 0.17 | 0.39 | 0.76 |
HSV | 60° | 22° | 85° |
CMYK | 0.00 | 0.00 | 0.22 0.15 |
XYZ | 61.2405 | 67.9505 | 47.9182 |
Yxy | 67.9505 | 0.3458 | 0.3837 |
Hunter Lab | 82.4321 | -11.6448 | 23.2369 |
CIE-Lab | 85.9817 | -7.7224 | 23.7022 |
#dadaaa color RGB value is (218,218,170).
#dadaaa hex color red value is 218, green value is 218 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #dadaaa hue: 0.17 , saturation: 0.39 and the lightness value of dadaaa is 0.76.
The process color (four color CMYK) of #dadaaa color hex is 0.00, 0.00, 0.22, 0.15. Web safe color of #dadaaa is #cccc99. Color #dadaaa contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011010 | 11011010 | 10101010 |
Octal | 332 | 332 | 252 |
Decimal | 218 | 218 | 170 |
Hex | DA | DA | AA |
Shades of #dadaaa
Tints of #dadaaa
RGB Percentages of Color #dadaaa
CMYK Percentages of Color #dadaaa
Complementary Color
#dadaaa | #aaaada |
#dadaaa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dadaaa Color Preview on White Background
Lorem ipsum dolor sit amet.
#dadaaa Color CSS Codes
.mybgcolor {background-color:#dadaaa; } .myforecolor {color:#dadaaa; } .mybordercolor {border:3px solid #dadaaa; }
#dadaaa Text Font Color
<p style="color:#dadaaa">Text here</p>
This sample text font color is #dadaaa
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.
#dadaaa Background Color
<div style="background-color:#dadaaa">
Div content here</div>
This div background color is #dadaaa
#dadaaa Border Color
<div style="border:3px solid #dadaaa">
Div here</div>
This div border color is #dadaaa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(218,218,170, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dadaaa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dadaaa; -webkit-box-shadow: 1px 1px 3px 2px #dadaaa; box-shadow: 1px 1px 3px 2px #dadaaa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(218,218,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 #dadaaa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dadaaa; -webkit-box-shadow: 1px 1px 3px 2px #dadaaa; box-shadow: 1px 1px 3px 2px #dadaaa;">
Div content here</div>
This div box has shadow with color #dadaaa
Comments
No comments written yet.
Please login to write comment.