Color spaces of #dffdaf
RGB | 223 | 253 | 175 |
---|---|---|---|
HSL | 0.23 | 0.95 | 0.84 |
HSV | 83° | 31° | 99° |
CMYK | 0.12 | 0.00 | 0.31 0.01 |
XYZ | 73.2946 | 89.0337 | 53.8796 |
Yxy | 89.0337 | 0.3390 | 0.4118 |
Hunter Lab | 94.3577 | -26.4717 | 32.1949 |
CIE-Lab | 95.5945 | -22.5018 | 34.2122 |
#dffdaf color RGB value is (223,253,175).
#dffdaf hex color red value is 223, green value is 253 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #dffdaf hue: 0.23 , saturation: 0.95 and the lightness value of dffdaf is 0.84.
The process color (four color CMYK) of #dffdaf color hex is 0.12, 0.00, 0.31, 0.01. Web safe color of #dffdaf is #ccff99. Color #dffdaf contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011111 | 11111101 | 10101111 |
Octal | 337 | 375 | 257 |
Decimal | 223 | 253 | 175 |
Hex | DF | FD | AF |
Shades of #dffdaf
Tints of #dffdaf
RGB Percentages of Color #dffdaf
CMYK Percentages of Color #dffdaf
Complementary Color
#dffdaf | #cdaffd |
#dffdaf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dffdaf Color Preview on White Background
Lorem ipsum dolor sit amet.
#dffdaf Color CSS Codes
.mybgcolor {background-color:#dffdaf; } .myforecolor {color:#dffdaf; } .mybordercolor {border:3px solid #dffdaf; }
#dffdaf Text Font Color
<p style="color:#dffdaf">Text here</p>
This sample text font color is #dffdaf
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.
#dffdaf Background Color
<div style="background-color:#dffdaf">
Div content here</div>
This div background color is #dffdaf
#dffdaf Border Color
<div style="border:3px solid #dffdaf">
Div here</div>
This div border color is #dffdaf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(223,253,175, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dffdaf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dffdaf; -webkit-box-shadow: 1px 1px 3px 2px #dffdaf; box-shadow: 1px 1px 3px 2px #dffdaf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(223,253,175, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dffdaf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dffdaf; -webkit-box-shadow: 1px 1px 3px 2px #dffdaf; box-shadow: 1px 1px 3px 2px #dffdaf;">
Div content here</div>
This div box has shadow with color #dffdaf
Comments
No comments written yet.
Please login to write comment.