Color spaces of #daf380
RGB | 218 | 243 | 128 |
---|---|---|---|
HSL | 0.20 | 0.83 | 0.73 |
HSV | 73° | 47° | 95° |
CMYK | 0.10 | 0.00 | 0.47 0.05 |
XYZ | 64.8603 | 80.5651 | 32.5542 |
Yxy | 80.5651 | 0.3644 | 0.4527 |
Hunter Lab | 89.7581 | -28.0903 | 41.3269 |
CIE-Lab | 91.9378 | -25.0491 | 52.3645 |
#daf380 color RGB value is (218,243,128).
#daf380 hex color red value is 218, green value is 243 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #daf380 hue: 0.20 , saturation: 0.83 and the lightness value of daf380 is 0.73.
The process color (four color CMYK) of #daf380 color hex is 0.10, 0.00, 0.47, 0.05. Web safe color of #daf380 is #ccff99. Color #daf380 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011010 | 11110011 | 10000000 |
Octal | 332 | 363 | 200 |
Decimal | 218 | 243 | 128 |
Hex | DA | F3 | 80 |
Shades of #daf380
Tints of #daf380
RGB Percentages of Color #daf380
CMYK Percentages of Color #daf380
Complementary Color
#daf380 | #9980f3 |
#daf380 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#daf380 Color Preview on White Background
Lorem ipsum dolor sit amet.
#daf380 Color CSS Codes
.mybgcolor {background-color:#daf380; } .myforecolor {color:#daf380; } .mybordercolor {border:3px solid #daf380; }
#daf380 Text Font Color
<p style="color:#daf380">Text here</p>
This sample text font color is #daf380
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.
#daf380 Background Color
<div style="background-color:#daf380">
Div content here</div>
This div background color is #daf380
#daf380 Border Color
<div style="border:3px solid #daf380">
Div here</div>
This div border color is #daf380
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(218,243,128, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #daf380; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #daf380; -webkit-box-shadow: 1px 1px 3px 2px #daf380; box-shadow: 1px 1px 3px 2px #daf380; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(218,243,128, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #daf380">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #daf380; -webkit-box-shadow: 1px 1px 3px 2px #daf380; box-shadow: 1px 1px 3px 2px #daf380;">
Div content here</div>
This div box has shadow with color #daf380
Comments
No comments written yet.
Please login to write comment.