Color spaces of #d6fbdf
RGB | 214 | 251 | 223 |
---|---|---|---|
HSL | 0.37 | 0.82 | 0.91 |
HSV | 135° | 15° | 98° |
CMYK | 0.15 | 0.00 | 0.11 0.02 |
XYZ | 75.5480 | 88.6182 | 82.9353 |
Yxy | 88.6182 | 0.3057 | 0.3586 |
Hunter Lab | 94.1372 | -21.4885 | 13.6613 |
CIE-Lab | 95.4206 | -17.1008 | 9.4531 |
#d6fbdf color RGB value is (214,251,223).
#d6fbdf hex color red value is 214, green value is 251 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #d6fbdf hue: 0.37 , saturation: 0.82 and the lightness value of d6fbdf is 0.91.
The process color (four color CMYK) of #d6fbdf color hex is 0.15, 0.00, 0.11, 0.02. Web safe color of #d6fbdf is #ccffcc. Color #d6fbdf contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010110 | 11111011 | 11011111 |
Octal | 326 | 373 | 337 |
Decimal | 214 | 251 | 223 |
Hex | D6 | FB | DF |
Shades of #d6fbdf
Tints of #d6fbdf
RGB Percentages of Color #d6fbdf
CMYK Percentages of Color #d6fbdf
Complementary Color
#d6fbdf | #fbd6f2 |
#d6fbdf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d6fbdf Color Preview on White Background
Lorem ipsum dolor sit amet.
#d6fbdf Color CSS Codes
.mybgcolor {background-color:#d6fbdf; } .myforecolor {color:#d6fbdf; } .mybordercolor {border:3px solid #d6fbdf; }
#d6fbdf Text Font Color
<p style="color:#d6fbdf">Text here</p>
This sample text font color is #d6fbdf
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.
#d6fbdf Background Color
<div style="background-color:#d6fbdf">
Div content here</div>
This div background color is #d6fbdf
#d6fbdf Border Color
<div style="border:3px solid #d6fbdf">
Div here</div>
This div border color is #d6fbdf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(214,251,223, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d6fbdf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d6fbdf; -webkit-box-shadow: 1px 1px 3px 2px #d6fbdf; box-shadow: 1px 1px 3px 2px #d6fbdf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(214,251,223, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d6fbdf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d6fbdf; -webkit-box-shadow: 1px 1px 3px 2px #d6fbdf; box-shadow: 1px 1px 3px 2px #d6fbdf;">
Div content here</div>
This div box has shadow with color #d6fbdf
Comments
No comments written yet.
Please login to write comment.