Color spaces of #d4fefc
RGB | 212 | 254 | 252 |
---|---|---|---|
HSL | 0.49 | 0.95 | 0.91 |
HSV | 177° | 17° | 100° |
CMYK | 0.17 | 0.00 | 0.01 0.00 |
XYZ | 80.1639 | 91.9089 | 105.6106 |
Yxy | 91.9089 | 0.2887 | 0.3310 |
Hunter Lab | 95.8691 | -18.5128 | 1.7938 |
CIE-Lab | 96.7831 | -13.7263 | -3.5224 |
#d4fefc color RGB value is (212,254,252).
#d4fefc hex color red value is 212, green value is 254 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #d4fefc hue: 0.49 , saturation: 0.95 and the lightness value of d4fefc is 0.91.
The process color (four color CMYK) of #d4fefc color hex is 0.17, 0.00, 0.01, 0.00. Web safe color of #d4fefc is #ccffff. Color #d4fefc contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010100 | 11111110 | 11111100 |
Octal | 324 | 376 | 374 |
Decimal | 212 | 254 | 252 |
Hex | D4 | FE | FC |
Shades of #d4fefc
Tints of #d4fefc
RGB Percentages of Color #d4fefc
CMYK Percentages of Color #d4fefc
Complementary Color
#d4fefc | #fed4d6 |
#d4fefc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d4fefc Color Preview on White Background
Lorem ipsum dolor sit amet.
#d4fefc Color CSS Codes
.mybgcolor {background-color:#d4fefc; } .myforecolor {color:#d4fefc; } .mybordercolor {border:3px solid #d4fefc; }
#d4fefc Text Font Color
<p style="color:#d4fefc">Text here</p>
This sample text font color is #d4fefc
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.
#d4fefc Background Color
<div style="background-color:#d4fefc">
Div content here</div>
This div background color is #d4fefc
#d4fefc Border Color
<div style="border:3px solid #d4fefc">
Div here</div>
This div border color is #d4fefc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(212,254,252, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d4fefc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d4fefc; -webkit-box-shadow: 1px 1px 3px 2px #d4fefc; box-shadow: 1px 1px 3px 2px #d4fefc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(212,254,252, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d4fefc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d4fefc; -webkit-box-shadow: 1px 1px 3px 2px #d4fefc; box-shadow: 1px 1px 3px 2px #d4fefc;">
Div content here</div>
This div box has shadow with color #d4fefc
Comments
No comments written yet.
Please login to write comment.