Color spaces of #d8faca
RGB | 216 | 250 | 202 |
---|---|---|---|
HSL | 0.28 | 0.83 | 0.89 |
HSV | 103° | 19° | 98° |
CMYK | 0.14 | 0.00 | 0.19 0.02 |
XYZ | 73.1652 | 87.2344 | 68.8588 |
Yxy | 87.2344 | 0.3191 | 0.3805 |
Hunter Lab | 93.3994 | -23.6193 | 21.6679 |
CIE-Lab | 94.8376 | -19.5094 | 19.4286 |
#d8faca color RGB value is (216,250,202).
#d8faca hex color red value is 216, green value is 250 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #d8faca hue: 0.28 , saturation: 0.83 and the lightness value of d8faca is 0.89.
The process color (four color CMYK) of #d8faca color hex is 0.14, 0.00, 0.19, 0.02. Web safe color of #d8faca is #ccffcc. Color #d8faca contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011000 | 11111010 | 11001010 |
Octal | 330 | 372 | 312 |
Decimal | 216 | 250 | 202 |
Hex | D8 | FA | CA |
Shades of #d8faca
Tints of #d8faca
RGB Percentages of Color #d8faca
CMYK Percentages of Color #d8faca
Complementary Color
#d8faca | #eccafa |
#d8faca Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d8faca Color Preview on White Background
Lorem ipsum dolor sit amet.
#d8faca Color CSS Codes
.mybgcolor {background-color:#d8faca; } .myforecolor {color:#d8faca; } .mybordercolor {border:3px solid #d8faca; }
#d8faca Text Font Color
<p style="color:#d8faca">Text here</p>
This sample text font color is #d8faca
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.
#d8faca Background Color
<div style="background-color:#d8faca">
Div content here</div>
This div background color is #d8faca
#d8faca Border Color
<div style="border:3px solid #d8faca">
Div here</div>
This div border color is #d8faca
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(216,250,202, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d8faca; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d8faca; -webkit-box-shadow: 1px 1px 3px 2px #d8faca; box-shadow: 1px 1px 3px 2px #d8faca; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(216,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 #d8faca">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d8faca; -webkit-box-shadow: 1px 1px 3px 2px #d8faca; box-shadow: 1px 1px 3px 2px #d8faca;">
Div content here</div>
This div box has shadow with color #d8faca
Comments
No comments written yet.
Please login to write comment.