Color spaces of #daedce
RGB | 218 | 237 | 206 |
---|---|---|---|
HSL | 0.27 | 0.46 | 0.87 |
HSV | 97° | 13° | 93° |
CMYK | 0.08 | 0.00 | 0.13 0.07 |
XYZ | 70.3382 | 79.9300 | 70.1133 |
Yxy | 79.9300 | 0.3192 | 0.3627 |
Hunter Lab | 89.4036 | -16.0215 | 16.0853 |
CIE-Lab | 91.6534 | -11.7640 | 12.9023 |
#daedce color RGB value is (218,237,206).
#daedce hex color red value is 218, green value is 237 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #daedce hue: 0.27 , saturation: 0.46 and the lightness value of daedce is 0.87.
The process color (four color CMYK) of #daedce color hex is 0.08, 0.00, 0.13, 0.07. Web safe color of #daedce is #ccffcc. Color #daedce contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011010 | 11101101 | 11001110 |
Octal | 332 | 355 | 316 |
Decimal | 218 | 237 | 206 |
Hex | DA | ED | CE |
Shades of #daedce
Tints of #daedce
RGB Percentages of Color #daedce
CMYK Percentages of Color #daedce
Complementary Color
#daedce | #e1ceed |
#daedce Color Preview on Black Background
Lorem ipsum dolor sit amet.
#daedce Color Preview on White Background
Lorem ipsum dolor sit amet.
#daedce Color CSS Codes
.mybgcolor {background-color:#daedce; } .myforecolor {color:#daedce; } .mybordercolor {border:3px solid #daedce; }
#daedce Text Font Color
<p style="color:#daedce">Text here</p>
This sample text font color is #daedce
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.
#daedce Background Color
<div style="background-color:#daedce">
Div content here</div>
This div background color is #daedce
#daedce Border Color
<div style="border:3px solid #daedce">
Div here</div>
This div border color is #daedce
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(218,237,206, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #daedce; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #daedce; -webkit-box-shadow: 1px 1px 3px 2px #daedce; box-shadow: 1px 1px 3px 2px #daedce; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(218,237,206, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #daedce">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #daedce; -webkit-box-shadow: 1px 1px 3px 2px #daedce; box-shadow: 1px 1px 3px 2px #daedce;">
Div content here</div>
This div box has shadow with color #daedce
#daedce Color Palettes
Comments
No comments written yet.
Please login to write comment.