Color spaces of #dabccb
RGB | 218 | 188 | 203 |
---|---|---|---|
HSL | 0.92 | 0.29 | 0.80 |
HSV | 330° | 14° | 85° |
CMYK | 0.00 | 0.14 | 0.07 0.15 |
XYZ | 57.6762 | 55.1837 | 64.1116 |
Yxy | 55.1837 | 0.3259 | 0.3118 |
Hunter Lab | 74.2857 | 8.5892 | 0.8303 |
CIE-Lab | 79.1470 | 13.1914 | -3.5850 |
#dabccb color RGB value is (218,188,203).
#dabccb hex color red value is 218, green value is 188 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #dabccb hue: 0.92 , saturation: 0.29 and the lightness value of dabccb is 0.80.
The process color (four color CMYK) of #dabccb color hex is 0.00, 0.14, 0.07, 0.15. Web safe color of #dabccb is #cccccc. Color #dabccb contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011010 | 10111100 | 11001011 |
Octal | 332 | 274 | 313 |
Decimal | 218 | 188 | 203 |
Hex | DA | BC | CB |
Shades of #dabccb
Tints of #dabccb
RGB Percentages of Color #dabccb
CMYK Percentages of Color #dabccb
Complementary Color
#dabccb | #bcdacb |
#dabccb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dabccb Color Preview on White Background
Lorem ipsum dolor sit amet.
#dabccb Color CSS Codes
.mybgcolor {background-color:#dabccb; } .myforecolor {color:#dabccb; } .mybordercolor {border:3px solid #dabccb; }
#dabccb Text Font Color
<p style="color:#dabccb">Text here</p>
This sample text font color is #dabccb
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.
#dabccb Background Color
<div style="background-color:#dabccb">
Div content here</div>
This div background color is #dabccb
#dabccb Border Color
<div style="border:3px solid #dabccb">
Div here</div>
This div border color is #dabccb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(218,188,203, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dabccb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dabccb; -webkit-box-shadow: 1px 1px 3px 2px #dabccb; box-shadow: 1px 1px 3px 2px #dabccb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(218,188,203, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dabccb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dabccb; -webkit-box-shadow: 1px 1px 3px 2px #dabccb; box-shadow: 1px 1px 3px 2px #dabccb;">
Div content here</div>
This div box has shadow with color #dabccb
Comments
No comments written yet.
Please login to write comment.