Color spaces of #dfabc2
RGB | 223 | 171 | 194 |
---|---|---|---|
HSL | 0.93 | 0.45 | 0.77 |
HSV | 333° | 23° | 87° |
CMYK | 0.00 | 0.23 | 0.13 0.13 |
XYZ | 54.7319 | 48.7088 | 57.5560 |
Yxy | 48.7088 | 0.3400 | 0.3025 |
Hunter Lab | 69.7917 | 17.8475 | -0.0413 |
CIE-Lab | 75.2698 | 22.5740 | -4.3495 |
#dfabc2 color RGB value is (223,171,194).
#dfabc2 hex color red value is 223, green value is 171 and the blue value of its RGB is 194. Cylindrical-coordinate representations (also known as HSL) of color #dfabc2 hue: 0.93 , saturation: 0.45 and the lightness value of dfabc2 is 0.77.
The process color (four color CMYK) of #dfabc2 color hex is 0.00, 0.23, 0.13, 0.13. Web safe color of #dfabc2 is #cc99cc. Color #dfabc2 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011111 | 10101011 | 11000010 |
Octal | 337 | 253 | 302 |
Decimal | 223 | 171 | 194 |
Hex | DF | AB | C2 |
Shades of #dfabc2
Tints of #dfabc2
RGB Percentages of Color #dfabc2
CMYK Percentages of Color #dfabc2
Complementary Color
#dfabc2 | #abdfc8 |
#dfabc2 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dfabc2 Color Preview on White Background
Lorem ipsum dolor sit amet.
#dfabc2 Color CSS Codes
.mybgcolor {background-color:#dfabc2; } .myforecolor {color:#dfabc2; } .mybordercolor {border:3px solid #dfabc2; }
#dfabc2 Text Font Color
<p style="color:#dfabc2">Text here</p>
This sample text font color is #dfabc2
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.
#dfabc2 Background Color
<div style="background-color:#dfabc2">
Div content here</div>
This div background color is #dfabc2
#dfabc2 Border Color
<div style="border:3px solid #dfabc2">
Div here</div>
This div border color is #dfabc2
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(223,171,194, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dfabc2; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dfabc2; -webkit-box-shadow: 1px 1px 3px 2px #dfabc2; box-shadow: 1px 1px 3px 2px #dfabc2; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(223,171,194, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dfabc2">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dfabc2; -webkit-box-shadow: 1px 1px 3px 2px #dfabc2; box-shadow: 1px 1px 3px 2px #dfabc2;">
Div content here</div>
This div box has shadow with color #dfabc2
Comments
No comments written yet.
Please login to write comment.