Color spaces of #daebd5
RGB | 218 | 235 | 213 |
---|---|---|---|
HSL | 0.30 | 0.35 | 0.88 |
HSV | 106° | 9° | 92° |
CMYK | 0.07 | 0.00 | 0.09 0.08 |
XYZ | 70.6320 | 79.1262 | 74.5010 |
Yxy | 79.1262 | 0.3150 | 0.3528 |
Hunter Lab | 88.9529 | -13.9318 | 12.6097 |
CIE-Lab | 91.2914 | -9.5745 | 8.7480 |
#daebd5 color RGB value is (218,235,213).
#daebd5 hex color red value is 218, green value is 235 and the blue value of its RGB is 213. Cylindrical-coordinate representations (also known as HSL) of color #daebd5 hue: 0.30 , saturation: 0.35 and the lightness value of daebd5 is 0.88.
The process color (four color CMYK) of #daebd5 color hex is 0.07, 0.00, 0.09, 0.08. Web safe color of #daebd5 is #ccffcc. Color #daebd5 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011010 | 11101011 | 11010101 |
Octal | 332 | 353 | 325 |
Decimal | 218 | 235 | 213 |
Hex | DA | EB | D5 |
Shades of #daebd5
Tints of #daebd5
RGB Percentages of Color #daebd5
CMYK Percentages of Color #daebd5
Complementary Color
#daebd5 | #e6d5eb |
#daebd5 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#daebd5 Color Preview on White Background
Lorem ipsum dolor sit amet.
#daebd5 Color CSS Codes
.mybgcolor {background-color:#daebd5; } .myforecolor {color:#daebd5; } .mybordercolor {border:3px solid #daebd5; }
#daebd5 Text Font Color
<p style="color:#daebd5">Text here</p>
This sample text font color is #daebd5
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.
#daebd5 Background Color
<div style="background-color:#daebd5">
Div content here</div>
This div background color is #daebd5
#daebd5 Border Color
<div style="border:3px solid #daebd5">
Div here</div>
This div border color is #daebd5
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(218,235,213, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #daebd5; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #daebd5; -webkit-box-shadow: 1px 1px 3px 2px #daebd5; box-shadow: 1px 1px 3px 2px #daebd5; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(218,235,213, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #daebd5">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #daebd5; -webkit-box-shadow: 1px 1px 3px 2px #daebd5; box-shadow: 1px 1px 3px 2px #daebd5;">
Div content here</div>
This div box has shadow with color #daebd5
Comments
No comments written yet.
Please login to write comment.