Color spaces of #d4feec
RGB | 212 | 254 | 236 |
---|---|---|---|
HSL | 0.43 | 0.95 | 0.91 |
HSV | 154° | 17° | 100° |
CMYK | 0.17 | 0.00 | 0.07 0.00 |
XYZ | 77.7335 | 90.9368 | 92.8124 |
Yxy | 90.9368 | 0.2973 | 0.3478 |
Hunter Lab | 95.3608 | -21.3768 | 9.0470 |
CIE-Lab | 96.3840 | -16.8295 | 4.1334 |
#d4feec color RGB value is (212,254,236).
#d4feec hex color red value is 212, green value is 254 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #d4feec hue: 0.43 , saturation: 0.95 and the lightness value of d4feec is 0.91.
The process color (four color CMYK) of #d4feec color hex is 0.17, 0.00, 0.07, 0.00. Web safe color of #d4feec is #ccffff. Color #d4feec contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010100 | 11111110 | 11101100 |
Octal | 324 | 376 | 354 |
Decimal | 212 | 254 | 236 |
Hex | D4 | FE | EC |
Shades of #d4feec
Tints of #d4feec
RGB Percentages of Color #d4feec
CMYK Percentages of Color #d4feec
Complementary Color
#d4feec | #fed4e6 |
#d4feec Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d4feec Color Preview on White Background
Lorem ipsum dolor sit amet.
#d4feec Color CSS Codes
.mybgcolor {background-color:#d4feec; } .myforecolor {color:#d4feec; } .mybordercolor {border:3px solid #d4feec; }
#d4feec Text Font Color
<p style="color:#d4feec">Text here</p>
This sample text font color is #d4feec
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.
#d4feec Background Color
<div style="background-color:#d4feec">
Div content here</div>
This div background color is #d4feec
#d4feec Border Color
<div style="border:3px solid #d4feec">
Div here</div>
This div border color is #d4feec
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(212,254,236, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d4feec; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d4feec; -webkit-box-shadow: 1px 1px 3px 2px #d4feec; box-shadow: 1px 1px 3px 2px #d4feec; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(212,254,236, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d4feec">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d4feec; -webkit-box-shadow: 1px 1px 3px 2px #d4feec; box-shadow: 1px 1px 3px 2px #d4feec;">
Div content here</div>
This div box has shadow with color #d4feec
Comments
No comments written yet.
Please login to write comment.