Color spaces of #dbe8ae
RGB | 219 | 232 | 174 |
---|---|---|---|
HSL | 0.20 | 0.56 | 0.80 |
HSV | 73° | 25° | 91° |
CMYK | 0.06 | 0.00 | 0.25 0.09 |
XYZ | 65.7100 | 75.8293 | 51.2176 |
Yxy | 75.8293 | 0.3409 | 0.3934 |
Hunter Lab | 87.0800 | -17.6951 | 26.0836 |
CIE-Lab | 89.7800 | -13.8343 | 26.8366 |
#dbe8ae color RGB value is (219,232,174).
#dbe8ae hex color red value is 219, green value is 232 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #dbe8ae hue: 0.20 , saturation: 0.56 and the lightness value of dbe8ae is 0.80.
The process color (four color CMYK) of #dbe8ae color hex is 0.06, 0.00, 0.25, 0.09. Web safe color of #dbe8ae is #ccff99. Color #dbe8ae contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011011 | 11101000 | 10101110 |
Octal | 333 | 350 | 256 |
Decimal | 219 | 232 | 174 |
Hex | DB | E8 | AE |
Shades of #dbe8ae
Tints of #dbe8ae
RGB Percentages of Color #dbe8ae
CMYK Percentages of Color #dbe8ae
Complementary Color
#dbe8ae | #bbaee8 |
#dbe8ae Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dbe8ae Color Preview on White Background
Lorem ipsum dolor sit amet.
#dbe8ae Color CSS Codes
.mybgcolor {background-color:#dbe8ae; } .myforecolor {color:#dbe8ae; } .mybordercolor {border:3px solid #dbe8ae; }
#dbe8ae Text Font Color
<p style="color:#dbe8ae">Text here</p>
This sample text font color is #dbe8ae
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.
#dbe8ae Background Color
<div style="background-color:#dbe8ae">
Div content here</div>
This div background color is #dbe8ae
#dbe8ae Border Color
<div style="border:3px solid #dbe8ae">
Div here</div>
This div border color is #dbe8ae
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(219,232,174, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dbe8ae; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dbe8ae; -webkit-box-shadow: 1px 1px 3px 2px #dbe8ae; box-shadow: 1px 1px 3px 2px #dbe8ae; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(219,232,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 #dbe8ae">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dbe8ae; -webkit-box-shadow: 1px 1px 3px 2px #dbe8ae; box-shadow: 1px 1px 3px 2px #dbe8ae;">
Div content here</div>
This div box has shadow with color #dbe8ae
Comments
No comments written yet.
Please login to write comment.