Color spaces of #d1fadb
RGB | 209 | 250 | 219 |
---|---|---|---|
HSL | 0.37 | 0.80 | 0.90 |
HSV | 135° | 16° | 98° |
CMYK | 0.16 | 0.00 | 0.12 0.02 |
XYZ | 73.2663 | 87.0410 | 79.9569 |
Yxy | 87.0410 | 0.3049 | 0.3623 |
Hunter Lab | 93.2958 | -23.0894 | 14.4940 |
CIE-Lab | 94.7557 | -18.9451 | 10.5198 |
#d1fadb color RGB value is (209,250,219).
#d1fadb hex color red value is 209, green value is 250 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #d1fadb hue: 0.37 , saturation: 0.80 and the lightness value of d1fadb is 0.90.
The process color (four color CMYK) of #d1fadb color hex is 0.16, 0.00, 0.12, 0.02. Web safe color of #d1fadb is #ccffcc. Color #d1fadb contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010001 | 11111010 | 11011011 |
Octal | 321 | 372 | 333 |
Decimal | 209 | 250 | 219 |
Hex | D1 | FA | DB |
Shades of #d1fadb
Tints of #d1fadb
RGB Percentages of Color #d1fadb
CMYK Percentages of Color #d1fadb
Complementary Color
#d1fadb | #fad1f0 |
#d1fadb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d1fadb Color Preview on White Background
Lorem ipsum dolor sit amet.
#d1fadb Color CSS Codes
.mybgcolor {background-color:#d1fadb; } .myforecolor {color:#d1fadb; } .mybordercolor {border:3px solid #d1fadb; }
#d1fadb Text Font Color
<p style="color:#d1fadb">Text here</p>
This sample text font color is #d1fadb
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.
#d1fadb Background Color
<div style="background-color:#d1fadb">
Div content here</div>
This div background color is #d1fadb
#d1fadb Border Color
<div style="border:3px solid #d1fadb">
Div here</div>
This div border color is #d1fadb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(209,250,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d1fadb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d1fadb; -webkit-box-shadow: 1px 1px 3px 2px #d1fadb; box-shadow: 1px 1px 3px 2px #d1fadb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(209,250,219, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d1fadb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d1fadb; -webkit-box-shadow: 1px 1px 3px 2px #d1fadb; box-shadow: 1px 1px 3px 2px #d1fadb;">
Div content here</div>
This div box has shadow with color #d1fadb
Comments
No comments written yet.
Please login to write comment.