Color spaces of #dafdaa
RGB | 218 | 253 | 170 |
---|---|---|---|
HSL | 0.24 | 0.95 | 0.83 |
HSV | 85° | 33° | 99° |
CMYK | 0.14 | 0.00 | 0.33 0.01 |
XYZ | 71.2944 | 88.0583 | 51.2695 |
Yxy | 88.0583 | 0.3385 | 0.4181 |
Hunter Lab | 93.8394 | -28.6037 | 33.2943 |
CIE-Lab | 95.1855 | -24.9482 | 36.1039 |
#dafdaa color RGB value is (218,253,170).
#dafdaa hex color red value is 218, green value is 253 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #dafdaa hue: 0.24 , saturation: 0.95 and the lightness value of dafdaa is 0.83.
The process color (four color CMYK) of #dafdaa color hex is 0.14, 0.00, 0.33, 0.01. Web safe color of #dafdaa is #ccff99. Color #dafdaa contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011010 | 11111101 | 10101010 |
Octal | 332 | 375 | 252 |
Decimal | 218 | 253 | 170 |
Hex | DA | FD | AA |
Shades of #dafdaa
Tints of #dafdaa
RGB Percentages of Color #dafdaa
CMYK Percentages of Color #dafdaa
Complementary Color
#dafdaa | #cdaafd |
#dafdaa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dafdaa Color Preview on White Background
Lorem ipsum dolor sit amet.
#dafdaa Color CSS Codes
.mybgcolor {background-color:#dafdaa; } .myforecolor {color:#dafdaa; } .mybordercolor {border:3px solid #dafdaa; }
#dafdaa Text Font Color
<p style="color:#dafdaa">Text here</p>
This sample text font color is #dafdaa
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.
#dafdaa Background Color
<div style="background-color:#dafdaa">
Div content here</div>
This div background color is #dafdaa
#dafdaa Border Color
<div style="border:3px solid #dafdaa">
Div here</div>
This div border color is #dafdaa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(218,253,170, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dafdaa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dafdaa; -webkit-box-shadow: 1px 1px 3px 2px #dafdaa; box-shadow: 1px 1px 3px 2px #dafdaa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(218,253,170, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dafdaa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dafdaa; -webkit-box-shadow: 1px 1px 3px 2px #dafdaa; box-shadow: 1px 1px 3px 2px #dafdaa;">
Div content here</div>
This div box has shadow with color #dafdaa
Comments
No comments written yet.
Please login to write comment.