Color spaces of #dfabbc
RGB | 223 | 171 | 188 |
---|---|---|---|
HSL | 0.95 | 0.45 | 0.77 |
HSV | 340° | 23° | 87° |
CMYK | 0.00 | 0.23 | 0.16 0.13 |
XYZ | 54.0714 | 48.4446 | 54.0778 |
Yxy | 48.4446 | 0.3453 | 0.3094 |
Hunter Lab | 69.6022 | 16.8664 | 2.6558 |
CIE-Lab | 75.1045 | 21.6065 | -1.3091 |
#dfabbc color RGB value is (223,171,188).
#dfabbc hex color red value is 223, green value is 171 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #dfabbc hue: 0.95 , saturation: 0.45 and the lightness value of dfabbc is 0.77.
The process color (four color CMYK) of #dfabbc color hex is 0.00, 0.23, 0.16, 0.13. Web safe color of #dfabbc is #cc99cc. Color #dfabbc contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011111 | 10101011 | 10111100 |
Octal | 337 | 253 | 274 |
Decimal | 223 | 171 | 188 |
Hex | DF | AB | BC |
Shades of #dfabbc
Tints of #dfabbc
RGB Percentages of Color #dfabbc
CMYK Percentages of Color #dfabbc
Complementary Color
#dfabbc | #abdfce |
#dfabbc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dfabbc Color Preview on White Background
Lorem ipsum dolor sit amet.
#dfabbc Color CSS Codes
.mybgcolor {background-color:#dfabbc; } .myforecolor {color:#dfabbc; } .mybordercolor {border:3px solid #dfabbc; }
#dfabbc Text Font Color
<p style="color:#dfabbc">Text here</p>
This sample text font color is #dfabbc
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.
#dfabbc Background Color
<div style="background-color:#dfabbc">
Div content here</div>
This div background color is #dfabbc
#dfabbc Border Color
<div style="border:3px solid #dfabbc">
Div here</div>
This div border color is #dfabbc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(223,171,188, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dfabbc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dfabbc; -webkit-box-shadow: 1px 1px 3px 2px #dfabbc; box-shadow: 1px 1px 3px 2px #dfabbc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(223,171,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 #dfabbc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dfabbc; -webkit-box-shadow: 1px 1px 3px 2px #dfabbc; box-shadow: 1px 1px 3px 2px #dfabbc;">
Div content here</div>
This div box has shadow with color #dfabbc
#dfabbc Color Palettes
Comments
No comments written yet.
Please login to write comment.