Color spaces of #dff6ac
RGB | 223 | 246 | 172 |
---|---|---|---|
HSL | 0.22 | 0.80 | 0.82 |
HSV | 79° | 30° | 96° |
CMYK | 0.09 | 0.00 | 0.30 0.04 |
XYZ | 70.8336 | 84.5781 | 51.6216 |
Yxy | 84.5781 | 0.3421 | 0.4085 |
Hunter Lab | 91.9664 | -23.4583 | 31.0964 |
CIE-Lab | 93.7010 | -19.5305 | 33.1890 |
#dff6ac color RGB value is (223,246,172).
#dff6ac hex color red value is 223, green value is 246 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #dff6ac hue: 0.22 , saturation: 0.80 and the lightness value of dff6ac is 0.82.
The process color (four color CMYK) of #dff6ac color hex is 0.09, 0.00, 0.30, 0.04. Web safe color of #dff6ac is #ccff99. Color #dff6ac contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011111 | 11110110 | 10101100 |
Octal | 337 | 366 | 254 |
Decimal | 223 | 246 | 172 |
Hex | DF | F6 | AC |
Shades of #dff6ac
Tints of #dff6ac
RGB Percentages of Color #dff6ac
CMYK Percentages of Color #dff6ac
Complementary Color
#dff6ac | #c3acf6 |
#dff6ac Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dff6ac Color Preview on White Background
Lorem ipsum dolor sit amet.
#dff6ac Color CSS Codes
.mybgcolor {background-color:#dff6ac; } .myforecolor {color:#dff6ac; } .mybordercolor {border:3px solid #dff6ac; }
#dff6ac Text Font Color
<p style="color:#dff6ac">Text here</p>
This sample text font color is #dff6ac
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.
#dff6ac Background Color
<div style="background-color:#dff6ac">
Div content here</div>
This div background color is #dff6ac
#dff6ac Border Color
<div style="border:3px solid #dff6ac">
Div here</div>
This div border color is #dff6ac
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(223,246,172, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dff6ac; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dff6ac; -webkit-box-shadow: 1px 1px 3px 2px #dff6ac; box-shadow: 1px 1px 3px 2px #dff6ac; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(223,246,172, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dff6ac">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dff6ac; -webkit-box-shadow: 1px 1px 3px 2px #dff6ac; box-shadow: 1px 1px 3px 2px #dff6ac;">
Div content here</div>
This div box has shadow with color #dff6ac
Comments
No comments written yet.
Please login to write comment.