Color spaces of #dfaaba
RGB | 223 | 170 | 186 |
---|---|---|---|
HSL | 0.95 | 0.45 | 0.77 |
HSV | 342° | 24° | 87° |
CMYK | 0.00 | 0.24 | 0.17 0.13 |
XYZ | 53.6691 | 47.9826 | 52.8873 |
Yxy | 47.9826 | 0.3473 | 0.3105 |
Hunter Lab | 69.2695 | 17.0779 | 3.2207 |
CIE-Lab | 74.8140 | 21.8287 | -0.6391 |
#dfaaba color RGB value is (223,170,186).
#dfaaba hex color red value is 223, green value is 170 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #dfaaba hue: 0.95 , saturation: 0.45 and the lightness value of dfaaba is 0.77.
The process color (four color CMYK) of #dfaaba color hex is 0.00, 0.24, 0.17, 0.13. Web safe color of #dfaaba is #cc99cc. Color #dfaaba contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011111 | 10101010 | 10111010 |
Octal | 337 | 252 | 272 |
Decimal | 223 | 170 | 186 |
Hex | DF | AA | BA |
Shades of #dfaaba
Tints of #dfaaba
RGB Percentages of Color #dfaaba
CMYK Percentages of Color #dfaaba
Complementary Color
#dfaaba | #aadfcf |
#dfaaba Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dfaaba Color Preview on White Background
Lorem ipsum dolor sit amet.
#dfaaba Color CSS Codes
.mybgcolor {background-color:#dfaaba; } .myforecolor {color:#dfaaba; } .mybordercolor {border:3px solid #dfaaba; }
#dfaaba Text Font Color
<p style="color:#dfaaba">Text here</p>
This sample text font color is #dfaaba
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.
#dfaaba Background Color
<div style="background-color:#dfaaba">
Div content here</div>
This div background color is #dfaaba
#dfaaba Border Color
<div style="border:3px solid #dfaaba">
Div here</div>
This div border color is #dfaaba
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(223,170,186, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dfaaba; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dfaaba; -webkit-box-shadow: 1px 1px 3px 2px #dfaaba; box-shadow: 1px 1px 3px 2px #dfaaba; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(223,170,186, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dfaaba">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dfaaba; -webkit-box-shadow: 1px 1px 3px 2px #dfaaba; box-shadow: 1px 1px 3px 2px #dfaaba;">
Div content here</div>
This div box has shadow with color #dfaaba
Comments
No comments written yet.
Please login to write comment.