Color spaces of #d6eedf
RGB | 214 | 238 | 223 |
---|---|---|---|
HSL | 0.40 | 0.41 | 0.89 |
HSV | 143° | 10° | 93° |
CMYK | 0.10 | 0.00 | 0.06 0.07 |
XYZ | 71.6254 | 80.7729 | 81.6277 |
Yxy | 80.7729 | 0.3061 | 0.3451 |
Hunter Lab | 89.8737 | -15.0224 | 9.0616 |
CIE-Lab | 92.0305 | -10.6473 | 4.5731 |
#d6eedf color RGB value is (214,238,223).
#d6eedf hex color red value is 214, green value is 238 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #d6eedf hue: 0.40 , saturation: 0.41 and the lightness value of d6eedf is 0.89.
The process color (four color CMYK) of #d6eedf color hex is 0.10, 0.00, 0.06, 0.07. Web safe color of #d6eedf is #ccffcc. Color #d6eedf contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010110 | 11101110 | 11011111 |
Octal | 326 | 356 | 337 |
Decimal | 214 | 238 | 223 |
Hex | D6 | EE | DF |
Shades of #d6eedf
Tints of #d6eedf
RGB Percentages of Color #d6eedf
CMYK Percentages of Color #d6eedf
Complementary Color
#d6eedf | #eed6e5 |
#d6eedf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d6eedf Color Preview on White Background
Lorem ipsum dolor sit amet.
#d6eedf Color CSS Codes
.mybgcolor {background-color:#d6eedf; } .myforecolor {color:#d6eedf; } .mybordercolor {border:3px solid #d6eedf; }
#d6eedf Text Font Color
<p style="color:#d6eedf">Text here</p>
This sample text font color is #d6eedf
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.
#d6eedf Background Color
<div style="background-color:#d6eedf">
Div content here</div>
This div background color is #d6eedf
#d6eedf Border Color
<div style="border:3px solid #d6eedf">
Div here</div>
This div border color is #d6eedf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(214,238,223, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d6eedf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d6eedf; -webkit-box-shadow: 1px 1px 3px 2px #d6eedf; box-shadow: 1px 1px 3px 2px #d6eedf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(214,238,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 #d6eedf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d6eedf; -webkit-box-shadow: 1px 1px 3px 2px #d6eedf; box-shadow: 1px 1px 3px 2px #d6eedf;">
Div content here</div>
This div box has shadow with color #d6eedf
Comments
No comments written yet.
Please login to write comment.