Color spaces of #df9bad
RGB | 223 | 155 | 173 |
---|---|---|---|
HSL | 0.96 | 0.52 | 0.74 |
HSV | 344° | 30° | 87° |
CMYK | 0.00 | 0.30 | 0.22 0.13 |
XYZ | 49.6956 | 42.1478 | 45.0513 |
Yxy | 42.1478 | 0.3630 | 0.3079 |
Hunter Lab | 64.9213 | 23.0248 | 4.3014 |
CIE-Lab | 70.9727 | 27.9242 | 0.9211 |
#df9bad color RGB value is (223,155,173).
#df9bad hex color red value is 223, green value is 155 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #df9bad hue: 0.96 , saturation: 0.52 and the lightness value of df9bad is 0.74.
The process color (four color CMYK) of #df9bad color hex is 0.00, 0.30, 0.22, 0.13. Web safe color of #df9bad is #cc9999. Color #df9bad contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011111 | 10011011 | 10101101 |
Octal | 337 | 233 | 255 |
Decimal | 223 | 155 | 173 |
Hex | DF | 9B | AD |
Shades of #df9bad
Tints of #df9bad
RGB Percentages of Color #df9bad
CMYK Percentages of Color #df9bad
Complementary Color
#df9bad | #9bdfcd |
#df9bad Color Preview on Black Background
Lorem ipsum dolor sit amet.
#df9bad Color Preview on White Background
Lorem ipsum dolor sit amet.
#df9bad Color CSS Codes
.mybgcolor {background-color:#df9bad; } .myforecolor {color:#df9bad; } .mybordercolor {border:3px solid #df9bad; }
#df9bad Text Font Color
<p style="color:#df9bad">Text here</p>
This sample text font color is #df9bad
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.
#df9bad Background Color
<div style="background-color:#df9bad">
Div content here</div>
This div background color is #df9bad
#df9bad Border Color
<div style="border:3px solid #df9bad">
Div here</div>
This div border color is #df9bad
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(223,155,173, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #df9bad; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #df9bad; -webkit-box-shadow: 1px 1px 3px 2px #df9bad; box-shadow: 1px 1px 3px 2px #df9bad; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(223,155,173, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #df9bad">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #df9bad; -webkit-box-shadow: 1px 1px 3px 2px #df9bad; box-shadow: 1px 1px 3px 2px #df9bad;">
Div content here</div>
This div box has shadow with color #df9bad
Comments
No comments written yet.
Please login to write comment.