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