Color spaces of #dbfae9
RGB | 219 | 250 | 233 |
---|---|---|---|
HSL | 0.41 | 0.76 | 0.92 |
HSV | 147° | 12° | 98° |
CMYK | 0.12 | 0.00 | 0.07 0.02 |
XYZ | 78.1070 | 89.3145 | 90.2135 |
Yxy | 89.3145 | 0.3032 | 0.3467 |
Hunter Lab | 94.5063 | -17.8606 | 9.5576 |
CIE-Lab | 95.7117 | -13.1839 | 4.7610 |
#dbfae9 color RGB value is (219,250,233).
#dbfae9 hex color red value is 219, green value is 250 and the blue value of its RGB is 233. Cylindrical-coordinate representations (also known as HSL) of color #dbfae9 hue: 0.41 , saturation: 0.76 and the lightness value of dbfae9 is 0.92.
The process color (four color CMYK) of #dbfae9 color hex is 0.12, 0.00, 0.07, 0.02. Web safe color of #dbfae9 is #ccffff. Color #dbfae9 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011011 | 11111010 | 11101001 |
Octal | 333 | 372 | 351 |
Decimal | 219 | 250 | 233 |
Hex | DB | FA | E9 |
Shades of #dbfae9
Tints of #dbfae9
RGB Percentages of Color #dbfae9
CMYK Percentages of Color #dbfae9
Complementary Color
#dbfae9 | #fadbec |
#dbfae9 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dbfae9 Color Preview on White Background
Lorem ipsum dolor sit amet.
#dbfae9 Color CSS Codes
.mybgcolor {background-color:#dbfae9; } .myforecolor {color:#dbfae9; } .mybordercolor {border:3px solid #dbfae9; }
#dbfae9 Text Font Color
<p style="color:#dbfae9">Text here</p>
This sample text font color is #dbfae9
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.
#dbfae9 Background Color
<div style="background-color:#dbfae9">
Div content here</div>
This div background color is #dbfae9
#dbfae9 Border Color
<div style="border:3px solid #dbfae9">
Div here</div>
This div border color is #dbfae9
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(219,250,233, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dbfae9; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dbfae9; -webkit-box-shadow: 1px 1px 3px 2px #dbfae9; box-shadow: 1px 1px 3px 2px #dbfae9; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(219,250,233, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dbfae9">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dbfae9; -webkit-box-shadow: 1px 1px 3px 2px #dbfae9; box-shadow: 1px 1px 3px 2px #dbfae9;">
Div content here</div>
This div box has shadow with color #dbfae9
Comments
No comments written yet.
Please login to write comment.