Color spaces of #d1babc
RGB | 209 | 186 | 188 |
---|---|---|---|
HSL | 0.99 | 0.20 | 0.77 |
HSV | 355° | 11° | 82° |
CMYK | 0.00 | 0.11 | 0.10 0.18 |
XYZ | 52.9305 | 52.3040 | 54.8829 |
Yxy | 52.3040 | 0.3306 | 0.3267 |
Hunter Lab | 72.3215 | 4.0775 | 5.6314 |
CIE-Lab | 77.4623 | 8.5090 | 1.9739 |
#d1babc color RGB value is (209,186,188).
#d1babc hex color red value is 209, green value is 186 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #d1babc hue: 0.99 , saturation: 0.20 and the lightness value of d1babc is 0.77.
The process color (four color CMYK) of #d1babc color hex is 0.00, 0.11, 0.10, 0.18. Web safe color of #d1babc is #cccccc. Color #d1babc contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010001 | 10111010 | 10111100 |
Octal | 321 | 272 | 274 |
Decimal | 209 | 186 | 188 |
Hex | D1 | BA | BC |
Shades of #d1babc
Tints of #d1babc
RGB Percentages of Color #d1babc
CMYK Percentages of Color #d1babc
Complementary Color
#d1babc | #bad1cf |
#d1babc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d1babc Color Preview on White Background
Lorem ipsum dolor sit amet.
#d1babc Color CSS Codes
.mybgcolor {background-color:#d1babc; } .myforecolor {color:#d1babc; } .mybordercolor {border:3px solid #d1babc; }
#d1babc Text Font Color
<p style="color:#d1babc">Text here</p>
This sample text font color is #d1babc
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.
#d1babc Background Color
<div style="background-color:#d1babc">
Div content here</div>
This div background color is #d1babc
#d1babc Border Color
<div style="border:3px solid #d1babc">
Div here</div>
This div border color is #d1babc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(209,186,188, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d1babc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d1babc; -webkit-box-shadow: 1px 1px 3px 2px #d1babc; box-shadow: 1px 1px 3px 2px #d1babc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(209,186,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 #d1babc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d1babc; -webkit-box-shadow: 1px 1px 3px 2px #d1babc; box-shadow: 1px 1px 3px 2px #d1babc;">
Div content here</div>
This div box has shadow with color #d1babc
Comments
No comments written yet.
Please login to write comment.