Color spaces of #daeacc
RGB | 218 | 234 | 204 |
---|---|---|---|
HSL | 0.26 | 0.42 | 0.86 |
HSV | 92° | 13° | 92° |
CMYK | 0.07 | 0.00 | 0.13 0.08 |
XYZ | 69.2353 | 78.1107 | 68.5545 |
Yxy | 78.1107 | 0.3207 | 0.3618 |
Hunter Lab | 88.3803 | -14.8322 | 15.8763 |
CIE-Lab | 90.8304 | -10.5927 | 12.7728 |
#daeacc color RGB value is (218,234,204).
#daeacc hex color red value is 218, green value is 234 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #daeacc hue: 0.26 , saturation: 0.42 and the lightness value of daeacc is 0.86.
The process color (four color CMYK) of #daeacc color hex is 0.07, 0.00, 0.13, 0.08. Web safe color of #daeacc is #ccffcc. Color #daeacc contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011010 | 11101010 | 11001100 |
Octal | 332 | 352 | 314 |
Decimal | 218 | 234 | 204 |
Hex | DA | EA | CC |
Shades of #daeacc
Tints of #daeacc
RGB Percentages of Color #daeacc
CMYK Percentages of Color #daeacc
Complementary Color
#daeacc | #dcccea |
#daeacc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#daeacc Color Preview on White Background
Lorem ipsum dolor sit amet.
#daeacc Color CSS Codes
.mybgcolor {background-color:#daeacc; } .myforecolor {color:#daeacc; } .mybordercolor {border:3px solid #daeacc; }
#daeacc Text Font Color
<p style="color:#daeacc">Text here</p>
This sample text font color is #daeacc
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.
#daeacc Background Color
<div style="background-color:#daeacc">
Div content here</div>
This div background color is #daeacc
#daeacc Border Color
<div style="border:3px solid #daeacc">
Div here</div>
This div border color is #daeacc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(218,234,204, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #daeacc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #daeacc; -webkit-box-shadow: 1px 1px 3px 2px #daeacc; box-shadow: 1px 1px 3px 2px #daeacc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(218,234,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 #daeacc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #daeacc; -webkit-box-shadow: 1px 1px 3px 2px #daeacc; box-shadow: 1px 1px 3px 2px #daeacc;">
Div content here</div>
This div box has shadow with color #daeacc
Comments
No comments written yet.
Please login to write comment.