Color spaces of #d1dfac
RGB | 209 | 223 | 172 |
---|---|---|---|
HSL | 0.21 | 0.44 | 0.77 |
HSV | 76° | 23° | 87° |
CMYK | 0.06 | 0.00 | 0.23 0.13 |
XYZ | 60.1286 | 69.3092 | 49.2386 |
Yxy | 69.3092 | 0.3365 | 0.3879 |
Hunter Lab | 83.2521 | -16.7702 | 23.2101 |
CIE-Lab | 86.6569 | -13.2625 | 23.4817 |
#d1dfac color RGB value is (209,223,172).
#d1dfac hex color red value is 209, green value is 223 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #d1dfac hue: 0.21 , saturation: 0.44 and the lightness value of d1dfac is 0.77.
The process color (four color CMYK) of #d1dfac color hex is 0.06, 0.00, 0.23, 0.13. Web safe color of #d1dfac is #cccc99. Color #d1dfac contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010001 | 11011111 | 10101100 |
Octal | 321 | 337 | 254 |
Decimal | 209 | 223 | 172 |
Hex | D1 | DF | AC |
Shades of #d1dfac
Tints of #d1dfac
RGB Percentages of Color #d1dfac
CMYK Percentages of Color #d1dfac
Complementary Color
#d1dfac | #baacdf |
#d1dfac Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d1dfac Color Preview on White Background
Lorem ipsum dolor sit amet.
#d1dfac Color CSS Codes
.mybgcolor {background-color:#d1dfac; } .myforecolor {color:#d1dfac; } .mybordercolor {border:3px solid #d1dfac; }
#d1dfac Text Font Color
<p style="color:#d1dfac">Text here</p>
This sample text font color is #d1dfac
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.
#d1dfac Background Color
<div style="background-color:#d1dfac">
Div content here</div>
This div background color is #d1dfac
#d1dfac Border Color
<div style="border:3px solid #d1dfac">
Div here</div>
This div border color is #d1dfac
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(209,223,172, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d1dfac; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d1dfac; -webkit-box-shadow: 1px 1px 3px 2px #d1dfac; box-shadow: 1px 1px 3px 2px #d1dfac; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(209,223,172, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d1dfac">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d1dfac; -webkit-box-shadow: 1px 1px 3px 2px #d1dfac; box-shadow: 1px 1px 3px 2px #d1dfac;">
Div content here</div>
This div box has shadow with color #d1dfac
Comments
No comments written yet.
Please login to write comment.