Color spaces of #daddae
RGB | 218 | 221 | 174 |
---|---|---|---|
HSL | 0.18 | 0.41 | 0.77 |
HSV | 64° | 21° | 87° |
CMYK | 0.01 | 0.00 | 0.21 0.13 |
XYZ | 62.4099 | 69.6743 | 50.2035 |
Yxy | 69.6743 | 0.3424 | 0.3822 |
Hunter Lab | 83.4711 | -12.6132 | 22.7700 |
CIE-Lab | 86.8369 | -8.6771 | 22.7956 |
#daddae color RGB value is (218,221,174).
#daddae hex color red value is 218, green value is 221 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #daddae hue: 0.18 , saturation: 0.41 and the lightness value of daddae is 0.77.
The process color (four color CMYK) of #daddae color hex is 0.01, 0.00, 0.21, 0.13. Web safe color of #daddae is #cccc99. Color #daddae contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011010 | 11011101 | 10101110 |
Octal | 332 | 335 | 256 |
Decimal | 218 | 221 | 174 |
Hex | DA | DD | AE |
Shades of #daddae
Tints of #daddae
RGB Percentages of Color #daddae
CMYK Percentages of Color #daddae
Complementary Color
#daddae | #b1aedd |
#daddae Color Preview on Black Background
Lorem ipsum dolor sit amet.
#daddae Color Preview on White Background
Lorem ipsum dolor sit amet.
#daddae Color CSS Codes
.mybgcolor {background-color:#daddae; } .myforecolor {color:#daddae; } .mybordercolor {border:3px solid #daddae; }
#daddae Text Font Color
<p style="color:#daddae">Text here</p>
This sample text font color is #daddae
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.
#daddae Background Color
<div style="background-color:#daddae">
Div content here</div>
This div background color is #daddae
#daddae Border Color
<div style="border:3px solid #daddae">
Div here</div>
This div border color is #daddae
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(218,221,174, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #daddae; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #daddae; -webkit-box-shadow: 1px 1px 3px 2px #daddae; box-shadow: 1px 1px 3px 2px #daddae; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(218,221,174, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #daddae">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #daddae; -webkit-box-shadow: 1px 1px 3px 2px #daddae; box-shadow: 1px 1px 3px 2px #daddae;">
Div content here</div>
This div box has shadow with color #daddae
#daddae Color Palettes
Comments
No comments written yet.
Please login to write comment.