Color spaces of #d5fedc
RGB | 213 | 254 | 220 |
---|---|---|---|
HSL | 0.36 | 0.95 | 0.92 |
HSV | 130° | 16° | 100° |
CMYK | 0.16 | 0.00 | 0.13 0.00 |
XYZ | 75.8007 | 90.1971 | 81.1248 |
Yxy | 90.1971 | 0.3067 | 0.3650 |
Hunter Lab | 94.9722 | -23.7340 | 15.8352 |
CIE-Lab | 96.0785 | -19.4205 | 11.9262 |
#d5fedc color RGB value is (213,254,220).
#d5fedc hex color red value is 213, green value is 254 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #d5fedc hue: 0.36 , saturation: 0.95 and the lightness value of d5fedc is 0.92.
The process color (four color CMYK) of #d5fedc color hex is 0.16, 0.00, 0.13, 0.00. Web safe color of #d5fedc is #ccffcc. Color #d5fedc contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010101 | 11111110 | 11011100 |
Octal | 325 | 376 | 334 |
Decimal | 213 | 254 | 220 |
Hex | D5 | FE | DC |
Shades of #d5fedc
Tints of #d5fedc
RGB Percentages of Color #d5fedc
CMYK Percentages of Color #d5fedc
Complementary Color
#d5fedc | #fed5f7 |
#d5fedc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d5fedc Color Preview on White Background
Lorem ipsum dolor sit amet.
#d5fedc Color CSS Codes
.mybgcolor {background-color:#d5fedc; } .myforecolor {color:#d5fedc; } .mybordercolor {border:3px solid #d5fedc; }
#d5fedc Text Font Color
<p style="color:#d5fedc">Text here</p>
This sample text font color is #d5fedc
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.
#d5fedc Background Color
<div style="background-color:#d5fedc">
Div content here</div>
This div background color is #d5fedc
#d5fedc Border Color
<div style="border:3px solid #d5fedc">
Div here</div>
This div border color is #d5fedc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(213,254,220, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d5fedc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d5fedc; -webkit-box-shadow: 1px 1px 3px 2px #d5fedc; box-shadow: 1px 1px 3px 2px #d5fedc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(213,254,220, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d5fedc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d5fedc; -webkit-box-shadow: 1px 1px 3px 2px #d5fedc; box-shadow: 1px 1px 3px 2px #d5fedc;">
Div content here</div>
This div box has shadow with color #d5fedc
Comments
No comments written yet.
Please login to write comment.