Color spaces of #daded4
RGB | 218 | 222 | 212 |
---|---|---|---|
HSL | 0.23 | 0.13 | 0.85 |
HSV | 84° | 5° | 87° |
CMYK | 0.02 | 0.00 | 0.05 0.13 |
XYZ | 66.9184 | 71.9014 | 72.6387 |
Yxy | 71.9014 | 0.3165 | 0.3400 |
Hunter Lab | 84.7947 | -7.5218 | 8.5660 |
CIE-Lab | 87.9211 | -3.1280 | 4.4181 |
#daded4 color RGB value is (218,222,212).
#daded4 hex color red value is 218, green value is 222 and the blue value of its RGB is 212. Cylindrical-coordinate representations (also known as HSL) of color #daded4 hue: 0.23 , saturation: 0.13 and the lightness value of daded4 is 0.85.
The process color (four color CMYK) of #daded4 color hex is 0.02, 0.00, 0.05, 0.13. Web safe color of #daded4 is #cccccc. Color #daded4 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011010 | 11011110 | 11010100 |
Octal | 332 | 336 | 324 |
Decimal | 218 | 222 | 212 |
Hex | DA | DE | D4 |
Shades of #daded4
Tints of #daded4
RGB Percentages of Color #daded4
CMYK Percentages of Color #daded4
Complementary Color
#daded4 | #d8d4de |
#daded4 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#daded4 Color Preview on White Background
Lorem ipsum dolor sit amet.
#daded4 Color CSS Codes
.mybgcolor {background-color:#daded4; } .myforecolor {color:#daded4; } .mybordercolor {border:3px solid #daded4; }
#daded4 Text Font Color
<p style="color:#daded4">Text here</p>
This sample text font color is #daded4
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.
#daded4 Background Color
<div style="background-color:#daded4">
Div content here</div>
This div background color is #daded4
#daded4 Border Color
<div style="border:3px solid #daded4">
Div here</div>
This div border color is #daded4
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(218,222,212, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #daded4; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #daded4; -webkit-box-shadow: 1px 1px 3px 2px #daded4; box-shadow: 1px 1px 3px 2px #daded4; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(218,222,212, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #daded4">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #daded4; -webkit-box-shadow: 1px 1px 3px 2px #daded4; box-shadow: 1px 1px 3px 2px #daded4;">
Div content here</div>
This div box has shadow with color #daded4
#daded4 Color Palettes
Comments
No comments written yet.
Please login to write comment.