Color spaces of #daec6f
RGB | 218 | 236 | 111 |
---|---|---|---|
HSL | 0.19 | 0.77 | 0.68 |
HSV | 69° | 53° | 93° |
CMYK | 0.08 | 0.00 | 0.53 0.07 |
XYZ | 61.7781 | 76.0440 | 26.4608 |
Yxy | 76.0440 | 0.3760 | 0.4629 |
Hunter Lab | 87.2032 | -26.1494 | 43.0514 |
CIE-Lab | 89.8798 | -23.2645 | 57.7428 |
#daec6f color RGB value is (218,236,111).
#daec6f hex color red value is 218, green value is 236 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #daec6f hue: 0.19 , saturation: 0.77 and the lightness value of daec6f is 0.68.
The process color (four color CMYK) of #daec6f color hex is 0.08, 0.00, 0.53, 0.07. Web safe color of #daec6f is #ccff66. Color #daec6f contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011010 | 11101100 | 01101111 |
Octal | 332 | 354 | 157 |
Decimal | 218 | 236 | 111 |
Hex | DA | EC | 6F |
Shades of #daec6f
Tints of #daec6f
RGB Percentages of Color #daec6f
CMYK Percentages of Color #daec6f
Complementary Color
#daec6f | #816fec |
#daec6f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#daec6f Color Preview on White Background
Lorem ipsum dolor sit amet.
#daec6f Color CSS Codes
.mybgcolor {background-color:#daec6f; } .myforecolor {color:#daec6f; } .mybordercolor {border:3px solid #daec6f; }
#daec6f Text Font Color
<p style="color:#daec6f">Text here</p>
This sample text font color is #daec6f
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.
#daec6f Background Color
<div style="background-color:#daec6f">
Div content here</div>
This div background color is #daec6f
#daec6f Border Color
<div style="border:3px solid #daec6f">
Div here</div>
This div border color is #daec6f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(218,236,111, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #daec6f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #daec6f; -webkit-box-shadow: 1px 1px 3px 2px #daec6f; box-shadow: 1px 1px 3px 2px #daec6f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(218,236,111, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #daec6f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #daec6f; -webkit-box-shadow: 1px 1px 3px 2px #daec6f; box-shadow: 1px 1px 3px 2px #daec6f;">
Div content here</div>
This div box has shadow with color #daec6f
Comments
No comments written yet.
Please login to write comment.