Color spaces of #dab4ad
RGB | 218 | 180 | 173 |
---|---|---|---|
HSL | 0.03 | 0.38 | 0.77 |
HSV | 9° | 21° | 85° |
CMYK | 0.00 | 0.17 | 0.21 0.15 |
XYZ | 52.7775 | 50.5651 | 46.5135 |
Yxy | 50.5651 | 0.3522 | 0.3374 |
Hunter Lab | 71.1091 | 8.0424 | 10.9940 |
CIE-Lab | 76.4148 | 12.6271 | 8.7088 |
#dab4ad color RGB value is (218,180,173).
#dab4ad hex color red value is 218, green value is 180 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #dab4ad hue: 0.03 , saturation: 0.38 and the lightness value of dab4ad is 0.77.
The process color (four color CMYK) of #dab4ad color hex is 0.00, 0.17, 0.21, 0.15. Web safe color of #dab4ad is #cccc99. Color #dab4ad contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011010 | 10110100 | 10101101 |
Octal | 332 | 264 | 255 |
Decimal | 218 | 180 | 173 |
Hex | DA | B4 | AD |
Shades of #dab4ad
Tints of #dab4ad
RGB Percentages of Color #dab4ad
CMYK Percentages of Color #dab4ad
Complementary Color
#dab4ad | #add3da |
#dab4ad Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dab4ad Color Preview on White Background
Lorem ipsum dolor sit amet.
#dab4ad Color CSS Codes
.mybgcolor {background-color:#dab4ad; } .myforecolor {color:#dab4ad; } .mybordercolor {border:3px solid #dab4ad; }
#dab4ad Text Font Color
<p style="color:#dab4ad">Text here</p>
This sample text font color is #dab4ad
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.
#dab4ad Background Color
<div style="background-color:#dab4ad">
Div content here</div>
This div background color is #dab4ad
#dab4ad Border Color
<div style="border:3px solid #dab4ad">
Div here</div>
This div border color is #dab4ad
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(218,180,173, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dab4ad; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dab4ad; -webkit-box-shadow: 1px 1px 3px 2px #dab4ad; box-shadow: 1px 1px 3px 2px #dab4ad; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(218,180,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 #dab4ad">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dab4ad; -webkit-box-shadow: 1px 1px 3px 2px #dab4ad; box-shadow: 1px 1px 3px 2px #dab4ad;">
Div content here</div>
This div box has shadow with color #dab4ad
Comments
No comments written yet.
Please login to write comment.