Color spaces of #dfabb0
RGB | 223 | 171 | 176 |
---|---|---|---|
HSL | 0.98 | 0.45 | 0.77 |
HSV | 354° | 23° | 87° |
CMYK | 0.00 | 0.23 | 0.21 0.13 |
XYZ | 52.8308 | 47.9484 | 47.5448 |
Yxy | 47.9484 | 0.3562 | 0.3233 |
Hunter Lab | 69.2448 | 15.0095 | 7.7617 |
CIE-Lab | 74.7924 | 19.7587 | 4.8064 |
#dfabb0 color RGB value is (223,171,176).
#dfabb0 hex color red value is 223, green value is 171 and the blue value of its RGB is 176. Cylindrical-coordinate representations (also known as HSL) of color #dfabb0 hue: 0.98 , saturation: 0.45 and the lightness value of dfabb0 is 0.77.
The process color (four color CMYK) of #dfabb0 color hex is 0.00, 0.23, 0.21, 0.13. Web safe color of #dfabb0 is #cc9999. Color #dfabb0 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011111 | 10101011 | 10110000 |
Octal | 337 | 253 | 260 |
Decimal | 223 | 171 | 176 |
Hex | DF | AB | B0 |
Shades of #dfabb0
Tints of #dfabb0
RGB Percentages of Color #dfabb0
CMYK Percentages of Color #dfabb0
Complementary Color
#dfabb0 | #abdfda |
#dfabb0 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dfabb0 Color Preview on White Background
Lorem ipsum dolor sit amet.
#dfabb0 Color CSS Codes
.mybgcolor {background-color:#dfabb0; } .myforecolor {color:#dfabb0; } .mybordercolor {border:3px solid #dfabb0; }
#dfabb0 Text Font Color
<p style="color:#dfabb0">Text here</p>
This sample text font color is #dfabb0
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.
#dfabb0 Background Color
<div style="background-color:#dfabb0">
Div content here</div>
This div background color is #dfabb0
#dfabb0 Border Color
<div style="border:3px solid #dfabb0">
Div here</div>
This div border color is #dfabb0
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(223,171,176, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dfabb0; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dfabb0; -webkit-box-shadow: 1px 1px 3px 2px #dfabb0; box-shadow: 1px 1px 3px 2px #dfabb0; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(223,171,176, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dfabb0">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dfabb0; -webkit-box-shadow: 1px 1px 3px 2px #dfabb0; box-shadow: 1px 1px 3px 2px #dfabb0;">
Div content here</div>
This div box has shadow with color #dfabb0
#dfabb0 Color Palettes
Comments
No comments written yet.
Please login to write comment.