Color spaces of #deabca
RGB | 222 | 171 | 202 |
---|---|---|---|
HSL | 0.90 | 0.44 | 0.77 |
HSV | 324° | 23° | 87° |
CMYK | 0.00 | 0.23 | 0.09 0.13 |
XYZ | 55.3478 | 48.9197 | 62.4024 |
Yxy | 48.9197 | 0.3321 | 0.2935 |
Hunter Lab | 69.9426 | 18.8531 | -3.9384 |
CIE-Lab | 75.4013 | 23.5615 | -8.5398 |
#deabca color RGB value is (222,171,202).
#deabca hex color red value is 222, green value is 171 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #deabca hue: 0.90 , saturation: 0.44 and the lightness value of deabca is 0.77.
The process color (four color CMYK) of #deabca color hex is 0.00, 0.23, 0.09, 0.13. Web safe color of #deabca is #cc99cc. Color #deabca contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011110 | 10101011 | 11001010 |
Octal | 336 | 253 | 312 |
Decimal | 222 | 171 | 202 |
Hex | DE | AB | CA |
Shades of #deabca
Tints of #deabca
RGB Percentages of Color #deabca
CMYK Percentages of Color #deabca
Complementary Color
#deabca | #abdebf |
#deabca Color Preview on Black Background
Lorem ipsum dolor sit amet.
#deabca Color Preview on White Background
Lorem ipsum dolor sit amet.
#deabca Color CSS Codes
.mybgcolor {background-color:#deabca; } .myforecolor {color:#deabca; } .mybordercolor {border:3px solid #deabca; }
#deabca Text Font Color
<p style="color:#deabca">Text here</p>
This sample text font color is #deabca
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.
#deabca Background Color
<div style="background-color:#deabca">
Div content here</div>
This div background color is #deabca
#deabca Border Color
<div style="border:3px solid #deabca">
Div here</div>
This div border color is #deabca
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(222,171,202, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #deabca; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #deabca; -webkit-box-shadow: 1px 1px 3px 2px #deabca; box-shadow: 1px 1px 3px 2px #deabca; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(222,171,202, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #deabca">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #deabca; -webkit-box-shadow: 1px 1px 3px 2px #deabca; box-shadow: 1px 1px 3px 2px #deabca;">
Div content here</div>
This div box has shadow with color #deabca
Comments
No comments written yet.
Please login to write comment.