Color spaces of #dbfae5
RGB | 219 | 250 | 229 |
---|---|---|---|
HSL | 0.39 | 0.76 | 0.92 |
HSV | 139° | 12° | 98° |
CMYK | 0.12 | 0.00 | 0.08 0.02 |
XYZ | 77.5419 | 89.0884 | 87.2376 |
Yxy | 89.0884 | 0.3054 | 0.3509 |
Hunter Lab | 94.3867 | -18.5327 | 11.2714 |
CIE-Lab | 95.6174 | -13.9094 | 6.6870 |
#dbfae5 color RGB value is (219,250,229).
#dbfae5 hex color red value is 219, green value is 250 and the blue value of its RGB is 229. Cylindrical-coordinate representations (also known as HSL) of color #dbfae5 hue: 0.39 , saturation: 0.76 and the lightness value of dbfae5 is 0.92.
The process color (four color CMYK) of #dbfae5 color hex is 0.12, 0.00, 0.08, 0.02. Web safe color of #dbfae5 is #ccffcc. Color #dbfae5 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011011 | 11111010 | 11100101 |
Octal | 333 | 372 | 345 |
Decimal | 219 | 250 | 229 |
Hex | DB | FA | E5 |
Shades of #dbfae5
Tints of #dbfae5
RGB Percentages of Color #dbfae5
CMYK Percentages of Color #dbfae5
Complementary Color
#dbfae5 | #fadbf0 |
#dbfae5 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dbfae5 Color Preview on White Background
Lorem ipsum dolor sit amet.
#dbfae5 Color CSS Codes
.mybgcolor {background-color:#dbfae5; } .myforecolor {color:#dbfae5; } .mybordercolor {border:3px solid #dbfae5; }
#dbfae5 Text Font Color
<p style="color:#dbfae5">Text here</p>
This sample text font color is #dbfae5
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.
#dbfae5 Background Color
<div style="background-color:#dbfae5">
Div content here</div>
This div background color is #dbfae5
#dbfae5 Border Color
<div style="border:3px solid #dbfae5">
Div here</div>
This div border color is #dbfae5
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(219,250,229, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dbfae5; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dbfae5; -webkit-box-shadow: 1px 1px 3px 2px #dbfae5; box-shadow: 1px 1px 3px 2px #dbfae5; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(219,250,229, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dbfae5">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dbfae5; -webkit-box-shadow: 1px 1px 3px 2px #dbfae5; box-shadow: 1px 1px 3px 2px #dbfae5;">
Div content here</div>
This div box has shadow with color #dbfae5
Comments
No comments written yet.
Please login to write comment.