Color spaces of #dbe1ae
RGB | 219 | 225 | 174 |
---|---|---|---|
HSL | 0.19 | 0.46 | 0.78 |
HSV | 67° | 23° | 88° |
CMYK | 0.03 | 0.00 | 0.23 0.12 |
XYZ | 63.7786 | 71.9665 | 50.5738 |
Yxy | 71.9665 | 0.3423 | 0.3863 |
Hunter Lab | 84.8331 | -14.2593 | 24.0370 |
CIE-Lab | 87.9525 | -10.3317 | 24.3401 |
#dbe1ae color RGB value is (219,225,174).
#dbe1ae hex color red value is 219, green value is 225 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #dbe1ae hue: 0.19 , saturation: 0.46 and the lightness value of dbe1ae is 0.78.
The process color (four color CMYK) of #dbe1ae color hex is 0.03, 0.00, 0.23, 0.12. Web safe color of #dbe1ae is #cccc99. Color #dbe1ae contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011011 | 11100001 | 10101110 |
Octal | 333 | 341 | 256 |
Decimal | 219 | 225 | 174 |
Hex | DB | E1 | AE |
Shades of #dbe1ae
Tints of #dbe1ae
RGB Percentages of Color #dbe1ae
CMYK Percentages of Color #dbe1ae
Complementary Color
#dbe1ae | #b4aee1 |
#dbe1ae Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dbe1ae Color Preview on White Background
Lorem ipsum dolor sit amet.
#dbe1ae Color CSS Codes
.mybgcolor {background-color:#dbe1ae; } .myforecolor {color:#dbe1ae; } .mybordercolor {border:3px solid #dbe1ae; }
#dbe1ae Text Font Color
<p style="color:#dbe1ae">Text here</p>
This sample text font color is #dbe1ae
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.
#dbe1ae Background Color
<div style="background-color:#dbe1ae">
Div content here</div>
This div background color is #dbe1ae
#dbe1ae Border Color
<div style="border:3px solid #dbe1ae">
Div here</div>
This div border color is #dbe1ae
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(219,225,174, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dbe1ae; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dbe1ae; -webkit-box-shadow: 1px 1px 3px 2px #dbe1ae; box-shadow: 1px 1px 3px 2px #dbe1ae; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(219,225,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 #dbe1ae">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dbe1ae; -webkit-box-shadow: 1px 1px 3px 2px #dbe1ae; box-shadow: 1px 1px 3px 2px #dbe1ae;">
Div content here</div>
This div box has shadow with color #dbe1ae
Comments
No comments written yet.
Please login to write comment.