Color spaces of #dcaebc
RGB | 220 | 174 | 188 |
---|---|---|---|
HSL | 0.95 | 0.40 | 0.77 |
HSV | 342° | 21° | 86° |
CMYK | 0.00 | 0.21 | 0.15 0.14 |
XYZ | 53.7284 | 49.1186 | 54.2260 |
Yxy | 49.1186 | 0.3421 | 0.3127 |
Hunter Lab | 70.0847 | 14.1938 | 3.1853 |
CIE-Lab | 75.5251 | 18.9158 | -0.7286 |
#dcaebc color RGB value is (220,174,188).
#dcaebc hex color red value is 220, green value is 174 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #dcaebc hue: 0.95 , saturation: 0.40 and the lightness value of dcaebc is 0.77.
The process color (four color CMYK) of #dcaebc color hex is 0.00, 0.21, 0.15, 0.14. Web safe color of #dcaebc is #cc99cc. Color #dcaebc contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011100 | 10101110 | 10111100 |
Octal | 334 | 256 | 274 |
Decimal | 220 | 174 | 188 |
Hex | DC | AE | BC |
Shades of #dcaebc
Tints of #dcaebc
RGB Percentages of Color #dcaebc
CMYK Percentages of Color #dcaebc
Complementary Color
#dcaebc | #aedcce |
#dcaebc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dcaebc Color Preview on White Background
Lorem ipsum dolor sit amet.
#dcaebc Color CSS Codes
.mybgcolor {background-color:#dcaebc; } .myforecolor {color:#dcaebc; } .mybordercolor {border:3px solid #dcaebc; }
#dcaebc Text Font Color
<p style="color:#dcaebc">Text here</p>
This sample text font color is #dcaebc
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.
#dcaebc Background Color
<div style="background-color:#dcaebc">
Div content here</div>
This div background color is #dcaebc
#dcaebc Border Color
<div style="border:3px solid #dcaebc">
Div here</div>
This div border color is #dcaebc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(220,174,188, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dcaebc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dcaebc; -webkit-box-shadow: 1px 1px 3px 2px #dcaebc; box-shadow: 1px 1px 3px 2px #dcaebc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(220,174,188, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dcaebc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dcaebc; -webkit-box-shadow: 1px 1px 3px 2px #dcaebc; box-shadow: 1px 1px 3px 2px #dcaebc;">
Div content here</div>
This div box has shadow with color #dcaebc
Comments
No comments written yet.
Please login to write comment.