Color spaces of #dbf177
RGB | 219 | 241 | 119 |
---|---|---|---|
HSL | 0.20 | 0.81 | 0.71 |
HSV | 71° | 51° | 95° |
CMYK | 0.09 | 0.00 | 0.51 0.05 |
XYZ | 63.9985 | 79.3026 | 29.3866 |
Yxy | 79.3026 | 0.3706 | 0.4592 |
Hunter Lab | 89.0520 | -27.5594 | 42.7711 |
CIE-Lab | 91.3710 | -24.5644 | 55.8737 |
#dbf177 color RGB value is (219,241,119).
#dbf177 hex color red value is 219, green value is 241 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #dbf177 hue: 0.20 , saturation: 0.81 and the lightness value of dbf177 is 0.71.
The process color (four color CMYK) of #dbf177 color hex is 0.09, 0.00, 0.51, 0.05. Web safe color of #dbf177 is #ccff66. Color #dbf177 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011011 | 11110001 | 01110111 |
Octal | 333 | 361 | 167 |
Decimal | 219 | 241 | 119 |
Hex | DB | F1 | 77 |
Shades of #dbf177
Tints of #dbf177
RGB Percentages of Color #dbf177
CMYK Percentages of Color #dbf177
Complementary Color
#dbf177 | #8d77f1 |
#dbf177 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dbf177 Color Preview on White Background
Lorem ipsum dolor sit amet.
#dbf177 Color CSS Codes
.mybgcolor {background-color:#dbf177; } .myforecolor {color:#dbf177; } .mybordercolor {border:3px solid #dbf177; }
#dbf177 Text Font Color
<p style="color:#dbf177">Text here</p>
This sample text font color is #dbf177
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.
#dbf177 Background Color
<div style="background-color:#dbf177">
Div content here</div>
This div background color is #dbf177
#dbf177 Border Color
<div style="border:3px solid #dbf177">
Div here</div>
This div border color is #dbf177
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(219,241,119, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dbf177; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dbf177; -webkit-box-shadow: 1px 1px 3px 2px #dbf177; box-shadow: 1px 1px 3px 2px #dbf177; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(219,241,119, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dbf177">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dbf177; -webkit-box-shadow: 1px 1px 3px 2px #dbf177; box-shadow: 1px 1px 3px 2px #dbf177;">
Div content here</div>
This div box has shadow with color #dbf177
Comments
No comments written yet.
Please login to write comment.