Color spaces of #d3fada
RGB | 211 | 250 | 218 |
---|---|---|---|
HSL | 0.36 | 0.80 | 0.90 |
HSV | 131° | 16° | 98° |
CMYK | 0.16 | 0.00 | 0.13 0.02 |
XYZ | 73.7045 | 87.2821 | 79.2922 |
Yxy | 87.2821 | 0.3067 | 0.3633 |
Hunter Lab | 93.4249 | -22.6718 | 15.0764 |
CIE-Lab | 94.8578 | -18.4733 | 11.1973 |
#d3fada color RGB value is (211,250,218).
#d3fada hex color red value is 211, green value is 250 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #d3fada hue: 0.36 , saturation: 0.80 and the lightness value of d3fada is 0.90.
The process color (four color CMYK) of #d3fada color hex is 0.16, 0.00, 0.13, 0.02. Web safe color of #d3fada is #ccffcc. Color #d3fada contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010011 | 11111010 | 11011010 |
Octal | 323 | 372 | 332 |
Decimal | 211 | 250 | 218 |
Hex | D3 | FA | DA |
Shades of #d3fada
Tints of #d3fada
RGB Percentages of Color #d3fada
CMYK Percentages of Color #d3fada
Complementary Color
#d3fada | #fad3f3 |
#d3fada Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d3fada Color Preview on White Background
Lorem ipsum dolor sit amet.
#d3fada Color CSS Codes
.mybgcolor {background-color:#d3fada; } .myforecolor {color:#d3fada; } .mybordercolor {border:3px solid #d3fada; }
#d3fada Text Font Color
<p style="color:#d3fada">Text here</p>
This sample text font color is #d3fada
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.
#d3fada Background Color
<div style="background-color:#d3fada">
Div content here</div>
This div background color is #d3fada
#d3fada Border Color
<div style="border:3px solid #d3fada">
Div here</div>
This div border color is #d3fada
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(211,250,218, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d3fada; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d3fada; -webkit-box-shadow: 1px 1px 3px 2px #d3fada; box-shadow: 1px 1px 3px 2px #d3fada; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(211,250,218, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d3fada">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d3fada; -webkit-box-shadow: 1px 1px 3px 2px #d3fada; box-shadow: 1px 1px 3px 2px #d3fada;">
Div content here</div>
This div box has shadow with color #d3fada
Comments
No comments written yet.
Please login to write comment.