Color spaces of #dafccc
RGB | 218 | 252 | 204 |
---|---|---|---|
HSL | 0.28 | 0.89 | 0.89 |
HSV | 103° | 19° | 99° |
CMYK | 0.13 | 0.00 | 0.19 0.01 |
XYZ | 74.6229 | 88.8859 | 70.3504 |
Yxy | 88.8859 | 0.3191 | 0.3801 |
Hunter Lab | 94.2793 | -23.7045 | 21.7538 |
CIE-Lab | 95.5327 | -19.4822 | 19.3963 |
#dafccc color RGB value is (218,252,204).
#dafccc hex color red value is 218, green value is 252 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #dafccc hue: 0.28 , saturation: 0.89 and the lightness value of dafccc is 0.89.
The process color (four color CMYK) of #dafccc color hex is 0.13, 0.00, 0.19, 0.01. Web safe color of #dafccc is #ccffcc. Color #dafccc contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011010 | 11111100 | 11001100 |
Octal | 332 | 374 | 314 |
Decimal | 218 | 252 | 204 |
Hex | DA | FC | CC |
Shades of #dafccc
Tints of #dafccc
RGB Percentages of Color #dafccc
CMYK Percentages of Color #dafccc
Complementary Color
#dafccc | #eeccfc |
#dafccc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dafccc Color Preview on White Background
Lorem ipsum dolor sit amet.
#dafccc Color CSS Codes
.mybgcolor {background-color:#dafccc; } .myforecolor {color:#dafccc; } .mybordercolor {border:3px solid #dafccc; }
#dafccc Text Font Color
<p style="color:#dafccc">Text here</p>
This sample text font color is #dafccc
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.
#dafccc Background Color
<div style="background-color:#dafccc">
Div content here</div>
This div background color is #dafccc
#dafccc Border Color
<div style="border:3px solid #dafccc">
Div here</div>
This div border color is #dafccc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(218,252,204, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dafccc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dafccc; -webkit-box-shadow: 1px 1px 3px 2px #dafccc; box-shadow: 1px 1px 3px 2px #dafccc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(218,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 #dafccc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dafccc; -webkit-box-shadow: 1px 1px 3px 2px #dafccc; box-shadow: 1px 1px 3px 2px #dafccc;">
Div content here</div>
This div box has shadow with color #dafccc
Comments
No comments written yet.
Please login to write comment.