Color spaces of #dafb77
RGB | 218 | 251 | 119 |
---|---|---|---|
HSL | 0.21 | 0.94 | 0.73 |
HSV | 75° | 53° | 98° |
CMYK | 0.13 | 0.00 | 0.53 0.02 |
XYZ | 66.7404 | 85.2317 | 30.3865 |
Yxy | 85.2317 | 0.3660 | 0.4674 |
Hunter Lab | 92.3210 | -32.5212 | 45.1100 |
CIE-Lab | 93.9829 | -29.6510 | 58.9273 |
#dafb77 color RGB value is (218,251,119).
#dafb77 hex color red value is 218, green value is 251 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #dafb77 hue: 0.21 , saturation: 0.94 and the lightness value of dafb77 is 0.73.
The process color (four color CMYK) of #dafb77 color hex is 0.13, 0.00, 0.53, 0.02. Web safe color of #dafb77 is #ccff66. Color #dafb77 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011010 | 11111011 | 01110111 |
Octal | 332 | 373 | 167 |
Decimal | 218 | 251 | 119 |
Hex | DA | FB | 77 |
Shades of #dafb77
Tints of #dafb77
RGB Percentages of Color #dafb77
CMYK Percentages of Color #dafb77
Complementary Color
#dafb77 | #9877fb |
#dafb77 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dafb77 Color Preview on White Background
Lorem ipsum dolor sit amet.
#dafb77 Color CSS Codes
.mybgcolor {background-color:#dafb77; } .myforecolor {color:#dafb77; } .mybordercolor {border:3px solid #dafb77; }
#dafb77 Text Font Color
<p style="color:#dafb77">Text here</p>
This sample text font color is #dafb77
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.
#dafb77 Background Color
<div style="background-color:#dafb77">
Div content here</div>
This div background color is #dafb77
#dafb77 Border Color
<div style="border:3px solid #dafb77">
Div here</div>
This div border color is #dafb77
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(218,251,119, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dafb77; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dafb77; -webkit-box-shadow: 1px 1px 3px 2px #dafb77; box-shadow: 1px 1px 3px 2px #dafb77; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(218,251,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 #dafb77">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dafb77; -webkit-box-shadow: 1px 1px 3px 2px #dafb77; box-shadow: 1px 1px 3px 2px #dafb77;">
Div content here</div>
This div box has shadow with color #dafb77
Comments
No comments written yet.
Please login to write comment.