Color spaces of #dafcaf
RGB | 218 | 252 | 175 |
---|---|---|---|
HSL | 0.24 | 0.93 | 0.84 |
HSV | 86° | 31° | 99° |
CMYK | 0.13 | 0.00 | 0.31 0.01 |
XYZ | 71.4617 | 87.6214 | 53.7036 |
Yxy | 87.6214 | 0.3358 | 0.4118 |
Hunter Lab | 93.6063 | -27.5391 | 31.5087 |
CIE-Lab | 95.0013 | -23.7992 | 33.3619 |
#dafcaf color RGB value is (218,252,175).
#dafcaf hex color red value is 218, green value is 252 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #dafcaf hue: 0.24 , saturation: 0.93 and the lightness value of dafcaf is 0.84.
The process color (four color CMYK) of #dafcaf color hex is 0.13, 0.00, 0.31, 0.01. Web safe color of #dafcaf is #ccff99. Color #dafcaf contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011010 | 11111100 | 10101111 |
Octal | 332 | 374 | 257 |
Decimal | 218 | 252 | 175 |
Hex | DA | FC | AF |
Shades of #dafcaf
Tints of #dafcaf
RGB Percentages of Color #dafcaf
CMYK Percentages of Color #dafcaf
Complementary Color
#dafcaf | #d1affc |
#dafcaf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dafcaf Color Preview on White Background
Lorem ipsum dolor sit amet.
#dafcaf Color CSS Codes
.mybgcolor {background-color:#dafcaf; } .myforecolor {color:#dafcaf; } .mybordercolor {border:3px solid #dafcaf; }
#dafcaf Text Font Color
<p style="color:#dafcaf">Text here</p>
This sample text font color is #dafcaf
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.
#dafcaf Background Color
<div style="background-color:#dafcaf">
Div content here</div>
This div background color is #dafcaf
#dafcaf Border Color
<div style="border:3px solid #dafcaf">
Div here</div>
This div border color is #dafcaf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(218,252,175, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dafcaf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dafcaf; -webkit-box-shadow: 1px 1px 3px 2px #dafcaf; box-shadow: 1px 1px 3px 2px #dafcaf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(218,252,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 #dafcaf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dafcaf; -webkit-box-shadow: 1px 1px 3px 2px #dafcaf; box-shadow: 1px 1px 3px 2px #dafcaf;">
Div content here</div>
This div box has shadow with color #dafcaf
Comments
No comments written yet.
Please login to write comment.