Color spaces of #dcaab8
RGB | 220 | 170 | 184 |
---|---|---|---|
HSL | 0.95 | 0.42 | 0.76 |
HSV | 343° | 23° | 86° |
CMYK | 0.00 | 0.23 | 0.16 0.14 |
XYZ | 52.5417 | 47.4258 | 51.7322 |
Yxy | 47.4258 | 0.3464 | 0.3126 |
Hunter Lab | 68.8664 | 15.6706 | 3.6680 |
CIE-Lab | 74.4613 | 20.4345 | -0.0941 |
#dcaab8 color RGB value is (220,170,184).
#dcaab8 hex color red value is 220, green value is 170 and the blue value of its RGB is 184. Cylindrical-coordinate representations (also known as HSL) of color #dcaab8 hue: 0.95 , saturation: 0.42 and the lightness value of dcaab8 is 0.76.
The process color (four color CMYK) of #dcaab8 color hex is 0.00, 0.23, 0.16, 0.14. Web safe color of #dcaab8 is #cc99cc. Color #dcaab8 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011100 | 10101010 | 10111000 |
Octal | 334 | 252 | 270 |
Decimal | 220 | 170 | 184 |
Hex | DC | AA | B8 |
Shades of #dcaab8
Tints of #dcaab8
RGB Percentages of Color #dcaab8
CMYK Percentages of Color #dcaab8
Complementary Color
#dcaab8 | #aadcce |
#dcaab8 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dcaab8 Color Preview on White Background
Lorem ipsum dolor sit amet.
#dcaab8 Color CSS Codes
.mybgcolor {background-color:#dcaab8; } .myforecolor {color:#dcaab8; } .mybordercolor {border:3px solid #dcaab8; }
#dcaab8 Text Font Color
<p style="color:#dcaab8">Text here</p>
This sample text font color is #dcaab8
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.
#dcaab8 Background Color
<div style="background-color:#dcaab8">
Div content here</div>
This div background color is #dcaab8
#dcaab8 Border Color
<div style="border:3px solid #dcaab8">
Div here</div>
This div border color is #dcaab8
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(220,170,184, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dcaab8; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dcaab8; -webkit-box-shadow: 1px 1px 3px 2px #dcaab8; box-shadow: 1px 1px 3px 2px #dcaab8; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(220,170,184, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dcaab8">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dcaab8; -webkit-box-shadow: 1px 1px 3px 2px #dcaab8; box-shadow: 1px 1px 3px 2px #dcaab8;">
Div content here</div>
This div box has shadow with color #dcaab8
Comments
No comments written yet.
Please login to write comment.