Color spaces of #dcaecb
RGB | 220 | 174 | 203 |
---|---|---|---|
HSL | 0.89 | 0.40 | 0.77 |
HSV | 322° | 21° | 86° |
CMYK | 0.00 | 0.21 | 0.08 0.14 |
XYZ | 55.4307 | 49.7995 | 63.1907 |
Yxy | 49.7995 | 0.3291 | 0.2957 |
Hunter Lab | 70.5688 | 16.7137 | -3.6930 |
CIE-Lab | 75.9460 | 21.4221 | -8.2973 |
#dcaecb color RGB value is (220,174,203).
#dcaecb hex color red value is 220, green value is 174 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #dcaecb hue: 0.89 , saturation: 0.40 and the lightness value of dcaecb is 0.77.
The process color (four color CMYK) of #dcaecb color hex is 0.00, 0.21, 0.08, 0.14. Web safe color of #dcaecb is #cc99cc. Color #dcaecb contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011100 | 10101110 | 11001011 |
Octal | 334 | 256 | 313 |
Decimal | 220 | 174 | 203 |
Hex | DC | AE | CB |
Shades of #dcaecb
Tints of #dcaecb
RGB Percentages of Color #dcaecb
CMYK Percentages of Color #dcaecb
Complementary Color
#dcaecb | #aedcbf |
#dcaecb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dcaecb Color Preview on White Background
Lorem ipsum dolor sit amet.
#dcaecb Color CSS Codes
.mybgcolor {background-color:#dcaecb; } .myforecolor {color:#dcaecb; } .mybordercolor {border:3px solid #dcaecb; }
#dcaecb Text Font Color
<p style="color:#dcaecb">Text here</p>
This sample text font color is #dcaecb
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.
#dcaecb Background Color
<div style="background-color:#dcaecb">
Div content here</div>
This div background color is #dcaecb
#dcaecb Border Color
<div style="border:3px solid #dcaecb">
Div here</div>
This div border color is #dcaecb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(220,174,203, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dcaecb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dcaecb; -webkit-box-shadow: 1px 1px 3px 2px #dcaecb; box-shadow: 1px 1px 3px 2px #dcaecb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(220,174,203, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dcaecb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dcaecb; -webkit-box-shadow: 1px 1px 3px 2px #dcaecb; box-shadow: 1px 1px 3px 2px #dcaecb;">
Div content here</div>
This div box has shadow with color #dcaecb
Comments
No comments written yet.
Please login to write comment.