Color spaces of #dbfbc4
RGB | 219 | 251 | 196 |
---|---|---|---|
HSL | 0.26 | 0.87 | 0.88 |
HSV | 95° | 22° | 98° |
CMYK | 0.13 | 0.00 | 0.22 0.02 |
XYZ | 73.6744 | 88.0400 | 65.3349 |
Yxy | 88.0400 | 0.3245 | 0.3878 |
Hunter Lab | 93.8296 | -24.0449 | 24.3963 |
CIE-Lab | 95.1778 | -19.9150 | 22.9949 |
#dbfbc4 color RGB value is (219,251,196).
#dbfbc4 hex color red value is 219, green value is 251 and the blue value of its RGB is 196. Cylindrical-coordinate representations (also known as HSL) of color #dbfbc4 hue: 0.26 , saturation: 0.87 and the lightness value of dbfbc4 is 0.88.
The process color (four color CMYK) of #dbfbc4 color hex is 0.13, 0.00, 0.22, 0.02. Web safe color of #dbfbc4 is #ccffcc. Color #dbfbc4 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011011 | 11111011 | 11000100 |
Octal | 333 | 373 | 304 |
Decimal | 219 | 251 | 196 |
Hex | DB | FB | C4 |
Shades of #dbfbc4
Tints of #dbfbc4
RGB Percentages of Color #dbfbc4
CMYK Percentages of Color #dbfbc4
Complementary Color
#dbfbc4 | #e4c4fb |
#dbfbc4 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dbfbc4 Color Preview on White Background
Lorem ipsum dolor sit amet.
#dbfbc4 Color CSS Codes
.mybgcolor {background-color:#dbfbc4; } .myforecolor {color:#dbfbc4; } .mybordercolor {border:3px solid #dbfbc4; }
#dbfbc4 Text Font Color
<p style="color:#dbfbc4">Text here</p>
This sample text font color is #dbfbc4
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.
#dbfbc4 Background Color
<div style="background-color:#dbfbc4">
Div content here</div>
This div background color is #dbfbc4
#dbfbc4 Border Color
<div style="border:3px solid #dbfbc4">
Div here</div>
This div border color is #dbfbc4
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(219,251,196, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dbfbc4; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dbfbc4; -webkit-box-shadow: 1px 1px 3px 2px #dbfbc4; box-shadow: 1px 1px 3px 2px #dbfbc4; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(219,251,196, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dbfbc4">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dbfbc4; -webkit-box-shadow: 1px 1px 3px 2px #dbfbc4; box-shadow: 1px 1px 3px 2px #dbfbc4;">
Div content here</div>
This div box has shadow with color #dbfbc4
Comments
No comments written yet.
Please login to write comment.