Color spaces of #d8fccc
RGB | 216 | 252 | 204 |
---|---|---|---|
HSL | 0.29 | 0.89 | 0.89 |
HSV | 105° | 19° | 99° |
CMYK | 0.14 | 0.00 | 0.19 0.01 |
XYZ | 74.0284 | 88.5794 | 70.3226 |
Yxy | 88.5794 | 0.3178 | 0.3803 |
Hunter Lab | 94.1166 | -24.3031 | 21.5810 |
CIE-Lab | 95.4044 | -20.1572 | 19.1978 |
#d8fccc color RGB value is (216,252,204).
#d8fccc hex color red value is 216, green value is 252 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #d8fccc hue: 0.29 , saturation: 0.89 and the lightness value of d8fccc is 0.89.
The process color (four color CMYK) of #d8fccc color hex is 0.14, 0.00, 0.19, 0.01. Web safe color of #d8fccc is #ccffcc. Color #d8fccc contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011000 | 11111100 | 11001100 |
Octal | 330 | 374 | 314 |
Decimal | 216 | 252 | 204 |
Hex | D8 | FC | CC |
Shades of #d8fccc
Tints of #d8fccc
RGB Percentages of Color #d8fccc
CMYK Percentages of Color #d8fccc
Complementary Color
#d8fccc | #f0ccfc |
#d8fccc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d8fccc Color Preview on White Background
Lorem ipsum dolor sit amet.
#d8fccc Color CSS Codes
.mybgcolor {background-color:#d8fccc; } .myforecolor {color:#d8fccc; } .mybordercolor {border:3px solid #d8fccc; }
#d8fccc Text Font Color
<p style="color:#d8fccc">Text here</p>
This sample text font color is #d8fccc
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.
#d8fccc Background Color
<div style="background-color:#d8fccc">
Div content here</div>
This div background color is #d8fccc
#d8fccc Border Color
<div style="border:3px solid #d8fccc">
Div here</div>
This div border color is #d8fccc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(216,252,204, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d8fccc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d8fccc; -webkit-box-shadow: 1px 1px 3px 2px #d8fccc; box-shadow: 1px 1px 3px 2px #d8fccc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(216,252,204, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d8fccc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d8fccc; -webkit-box-shadow: 1px 1px 3px 2px #d8fccc; box-shadow: 1px 1px 3px 2px #d8fccc;">
Div content here</div>
This div box has shadow with color #d8fccc
Comments
No comments written yet.
Please login to write comment.