Color spaces of #d4fdee
RGB | 212 | 253 | 238 |
---|---|---|---|
HSL | 0.44 | 0.91 | 0.91 |
HSV | 158° | 16° | 99° |
CMYK | 0.16 | 0.00 | 0.06 0.01 |
XYZ | 77.7093 | 90.4207 | 94.2461 |
Yxy | 90.4207 | 0.2962 | 0.3446 |
Hunter Lab | 95.0898 | -20.5334 | 7.7989 |
CIE-Lab | 96.1710 | -15.9599 | 2.7947 |
#d4fdee color RGB value is (212,253,238).
#d4fdee hex color red value is 212, green value is 253 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #d4fdee hue: 0.44 , saturation: 0.91 and the lightness value of d4fdee is 0.91.
The process color (four color CMYK) of #d4fdee color hex is 0.16, 0.00, 0.06, 0.01. Web safe color of #d4fdee is #ccffff. Color #d4fdee contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010100 | 11111101 | 11101110 |
Octal | 324 | 375 | 356 |
Decimal | 212 | 253 | 238 |
Hex | D4 | FD | EE |
Shades of #d4fdee
Tints of #d4fdee
RGB Percentages of Color #d4fdee
CMYK Percentages of Color #d4fdee
Complementary Color
#d4fdee | #fdd4e3 |
#d4fdee Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d4fdee Color Preview on White Background
Lorem ipsum dolor sit amet.
#d4fdee Color CSS Codes
.mybgcolor {background-color:#d4fdee; } .myforecolor {color:#d4fdee; } .mybordercolor {border:3px solid #d4fdee; }
#d4fdee Text Font Color
<p style="color:#d4fdee">Text here</p>
This sample text font color is #d4fdee
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.
#d4fdee Background Color
<div style="background-color:#d4fdee">
Div content here</div>
This div background color is #d4fdee
#d4fdee Border Color
<div style="border:3px solid #d4fdee">
Div here</div>
This div border color is #d4fdee
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(212,253,238, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d4fdee; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d4fdee; -webkit-box-shadow: 1px 1px 3px 2px #d4fdee; box-shadow: 1px 1px 3px 2px #d4fdee; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(212,253,238, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d4fdee">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d4fdee; -webkit-box-shadow: 1px 1px 3px 2px #d4fdee; box-shadow: 1px 1px 3px 2px #d4fdee;">
Div content here</div>
This div box has shadow with color #d4fdee
Related Colors
Comments
No comments written yet.
Please login to write comment.