Color spaces of #deabd5
RGB | 222 | 171 | 213 |
---|---|---|---|
HSL | 0.86 | 0.44 | 0.77 |
HSV | 311° | 23° | 87° |
CMYK | 0.00 | 0.23 | 0.04 0.13 |
XYZ | 56.6974 | 49.4595 | 69.5092 |
Yxy | 49.4595 | 0.3228 | 0.2816 |
Hunter Lab | 70.3274 | 20.8322 | -9.3710 |
CIE-Lab | 75.7363 | 25.4842 | -14.0436 |
#deabd5 color RGB value is (222,171,213).
#deabd5 hex color red value is 222, green value is 171 and the blue value of its RGB is 213. Cylindrical-coordinate representations (also known as HSL) of color #deabd5 hue: 0.86 , saturation: 0.44 and the lightness value of deabd5 is 0.77.
The process color (four color CMYK) of #deabd5 color hex is 0.00, 0.23, 0.04, 0.13. Web safe color of #deabd5 is #cc99cc. Color #deabd5 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011110 | 10101011 | 11010101 |
Octal | 336 | 253 | 325 |
Decimal | 222 | 171 | 213 |
Hex | DE | AB | D5 |
Shades of #deabd5
Tints of #deabd5
RGB Percentages of Color #deabd5
CMYK Percentages of Color #deabd5
Complementary Color
#deabd5 | #abdeb4 |
#deabd5 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#deabd5 Color Preview on White Background
Lorem ipsum dolor sit amet.
#deabd5 Color CSS Codes
.mybgcolor {background-color:#deabd5; } .myforecolor {color:#deabd5; } .mybordercolor {border:3px solid #deabd5; }
#deabd5 Text Font Color
<p style="color:#deabd5">Text here</p>
This sample text font color is #deabd5
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.
#deabd5 Background Color
<div style="background-color:#deabd5">
Div content here</div>
This div background color is #deabd5
#deabd5 Border Color
<div style="border:3px solid #deabd5">
Div here</div>
This div border color is #deabd5
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(222,171,213, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #deabd5; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #deabd5; -webkit-box-shadow: 1px 1px 3px 2px #deabd5; box-shadow: 1px 1px 3px 2px #deabd5; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(222,171,213, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #deabd5">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #deabd5; -webkit-box-shadow: 1px 1px 3px 2px #deabd5; box-shadow: 1px 1px 3px 2px #deabd5;">
Div content here</div>
This div box has shadow with color #deabd5
Comments
No comments written yet.
Please login to write comment.