Color spaces of #dadeaf
RGB | 218 | 222 | 175 |
---|---|---|---|
HSL | 0.18 | 0.42 | 0.78 |
HSV | 65° | 21° | 87° |
CMYK | 0.02 | 0.00 | 0.21 0.13 |
XYZ | 62.7726 | 70.2431 | 50.8073 |
Yxy | 70.2431 | 0.3415 | 0.3821 |
Hunter Lab | 83.8112 | -12.9772 | 22.7255 |
CIE-Lab | 87.1160 | -9.0398 | 22.6599 |
#dadeaf color RGB value is (218,222,175).
#dadeaf hex color red value is 218, green value is 222 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #dadeaf hue: 0.18 , saturation: 0.42 and the lightness value of dadeaf is 0.78.
The process color (four color CMYK) of #dadeaf color hex is 0.02, 0.00, 0.21, 0.13. Web safe color of #dadeaf is #cccc99. Color #dadeaf contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011010 | 11011110 | 10101111 |
Octal | 332 | 336 | 257 |
Decimal | 218 | 222 | 175 |
Hex | DA | DE | AF |
Shades of #dadeaf
Tints of #dadeaf
RGB Percentages of Color #dadeaf
CMYK Percentages of Color #dadeaf
Complementary Color
#dadeaf | #b3afde |
#dadeaf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dadeaf Color Preview on White Background
Lorem ipsum dolor sit amet.
#dadeaf Color CSS Codes
.mybgcolor {background-color:#dadeaf; } .myforecolor {color:#dadeaf; } .mybordercolor {border:3px solid #dadeaf; }
#dadeaf Text Font Color
<p style="color:#dadeaf">Text here</p>
This sample text font color is #dadeaf
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.
#dadeaf Background Color
<div style="background-color:#dadeaf">
Div content here</div>
This div background color is #dadeaf
#dadeaf Border Color
<div style="border:3px solid #dadeaf">
Div here</div>
This div border color is #dadeaf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(218,222,175, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dadeaf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dadeaf; -webkit-box-shadow: 1px 1px 3px 2px #dadeaf; box-shadow: 1px 1px 3px 2px #dadeaf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(218,222,175, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dadeaf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dadeaf; -webkit-box-shadow: 1px 1px 3px 2px #dadeaf; box-shadow: 1px 1px 3px 2px #dadeaf;">
Div content here</div>
This div box has shadow with color #dadeaf
Comments
No comments written yet.
Please login to write comment.