Color spaces of #deacda
RGB | 222 | 172 | 218 |
---|---|---|---|
HSL | 0.85 | 0.43 | 0.77 |
HSV | 305° | 23° | 87° |
CMYK | 0.00 | 0.23 | 0.02 0.13 |
XYZ | 57.5316 | 50.0966 | 72.9670 |
Yxy | 50.0966 | 0.3186 | 0.2774 |
Hunter Lab | 70.7790 | 21.2279 | -11.5776 |
CIE-Lab | 76.1285 | 25.8479 | -16.1768 |
#deacda color RGB value is (222,172,218).
#deacda hex color red value is 222, green value is 172 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #deacda hue: 0.85 , saturation: 0.43 and the lightness value of deacda is 0.77.
The process color (four color CMYK) of #deacda color hex is 0.00, 0.23, 0.02, 0.13. Web safe color of #deacda is #cc99cc. Color #deacda contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011110 | 10101100 | 11011010 |
Octal | 336 | 254 | 332 |
Decimal | 222 | 172 | 218 |
Hex | DE | AC | DA |
Shades of #deacda
Tints of #deacda
RGB Percentages of Color #deacda
CMYK Percentages of Color #deacda
Complementary Color
#deacda | #acdeb0 |
#deacda Color Preview on Black Background
Lorem ipsum dolor sit amet.
#deacda Color Preview on White Background
Lorem ipsum dolor sit amet.
#deacda Color CSS Codes
.mybgcolor {background-color:#deacda; } .myforecolor {color:#deacda; } .mybordercolor {border:3px solid #deacda; }
#deacda Text Font Color
<p style="color:#deacda">Text here</p>
This sample text font color is #deacda
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.
#deacda Background Color
<div style="background-color:#deacda">
Div content here</div>
This div background color is #deacda
#deacda Border Color
<div style="border:3px solid #deacda">
Div here</div>
This div border color is #deacda
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(222,172,218, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #deacda; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #deacda; -webkit-box-shadow: 1px 1px 3px 2px #deacda; box-shadow: 1px 1px 3px 2px #deacda; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(222,172,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 #deacda">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #deacda; -webkit-box-shadow: 1px 1px 3px 2px #deacda; box-shadow: 1px 1px 3px 2px #deacda;">
Div content here</div>
This div box has shadow with color #deacda
Comments
No comments written yet.
Please login to write comment.