Color spaces of #d9faca
RGB | 217 | 250 | 202 |
---|---|---|---|
HSL | 0.28 | 0.83 | 0.89 |
HSV | 101° | 19° | 98° |
CMYK | 0.13 | 0.00 | 0.19 0.02 |
XYZ | 73.4615 | 87.3872 | 68.8727 |
Yxy | 87.3872 | 0.3198 | 0.3804 |
Hunter Lab | 93.4811 | -23.3190 | 21.7546 |
CIE-Lab | 94.9023 | -19.1704 | 19.5285 |
#d9faca color RGB value is (217,250,202).
#d9faca hex color red value is 217, green value is 250 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #d9faca hue: 0.28 , saturation: 0.83 and the lightness value of d9faca is 0.89.
The process color (four color CMYK) of #d9faca color hex is 0.13, 0.00, 0.19, 0.02. Web safe color of #d9faca is #ccffcc. Color #d9faca contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011001 | 11111010 | 11001010 |
Octal | 331 | 372 | 312 |
Decimal | 217 | 250 | 202 |
Hex | D9 | FA | CA |
Shades of #d9faca
Tints of #d9faca
RGB Percentages of Color #d9faca
CMYK Percentages of Color #d9faca
Complementary Color
#d9faca | #ebcafa |
#d9faca Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d9faca Color Preview on White Background
Lorem ipsum dolor sit amet.
#d9faca Color CSS Codes
.mybgcolor {background-color:#d9faca; } .myforecolor {color:#d9faca; } .mybordercolor {border:3px solid #d9faca; }
#d9faca Text Font Color
<p style="color:#d9faca">Text here</p>
This sample text font color is #d9faca
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.
#d9faca Background Color
<div style="background-color:#d9faca">
Div content here</div>
This div background color is #d9faca
#d9faca Border Color
<div style="border:3px solid #d9faca">
Div here</div>
This div border color is #d9faca
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(217,250,202, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d9faca; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d9faca; -webkit-box-shadow: 1px 1px 3px 2px #d9faca; box-shadow: 1px 1px 3px 2px #d9faca; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(217,250,202, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d9faca">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d9faca; -webkit-box-shadow: 1px 1px 3px 2px #d9faca; box-shadow: 1px 1px 3px 2px #d9faca;">
Div content here</div>
This div box has shadow with color #d9faca
Comments
No comments written yet.
Please login to write comment.