Color spaces of #d6faab
RGB | 214 | 250 | 171 |
---|---|---|---|
HSL | 0.24 | 0.89 | 0.83 |
HSV | 87° | 32° | 98° |
CMYK | 0.14 | 0.00 | 0.32 0.02 |
XYZ | 69.2678 | 85.6076 | 51.4012 |
Yxy | 85.6076 | 0.3358 | 0.4150 |
Hunter Lab | 92.5244 | -28.2847 | 31.8290 |
CIE-Lab | 94.1443 | -24.8065 | 34.1756 |
#d6faab color RGB value is (214,250,171).
#d6faab hex color red value is 214, green value is 250 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #d6faab hue: 0.24 , saturation: 0.89 and the lightness value of d6faab is 0.83.
The process color (four color CMYK) of #d6faab color hex is 0.14, 0.00, 0.32, 0.02. Web safe color of #d6faab is #ccff99. Color #d6faab contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010110 | 11111010 | 10101011 |
Octal | 326 | 372 | 253 |
Decimal | 214 | 250 | 171 |
Hex | D6 | FA | AB |
Shades of #d6faab
Tints of #d6faab
RGB Percentages of Color #d6faab
CMYK Percentages of Color #d6faab
Complementary Color
#d6faab | #cfabfa |
#d6faab Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d6faab Color Preview on White Background
Lorem ipsum dolor sit amet.
#d6faab Color CSS Codes
.mybgcolor {background-color:#d6faab; } .myforecolor {color:#d6faab; } .mybordercolor {border:3px solid #d6faab; }
#d6faab Text Font Color
<p style="color:#d6faab">Text here</p>
This sample text font color is #d6faab
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.
#d6faab Background Color
<div style="background-color:#d6faab">
Div content here</div>
This div background color is #d6faab
#d6faab Border Color
<div style="border:3px solid #d6faab">
Div here</div>
This div border color is #d6faab
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(214,250,171, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d6faab; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d6faab; -webkit-box-shadow: 1px 1px 3px 2px #d6faab; box-shadow: 1px 1px 3px 2px #d6faab; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(214,250,171, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d6faab">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d6faab; -webkit-box-shadow: 1px 1px 3px 2px #d6faab; box-shadow: 1px 1px 3px 2px #d6faab;">
Div content here</div>
This div box has shadow with color #d6faab
Comments
No comments written yet.
Please login to write comment.