Color spaces of #dff3aa
RGB | 223 | 243 | 170 |
---|---|---|---|
HSL | 0.21 | 0.75 | 0.81 |
HSV | 76° | 30° | 95° |
CMYK | 0.08 | 0.00 | 0.30 0.05 |
XYZ | 69.7377 | 82.6914 | 50.3157 |
Yxy | 82.6914 | 0.3440 | 0.4079 |
Hunter Lab | 90.9348 | -22.2447 | 30.8483 |
CIE-Lab | 92.8792 | -18.3380 | 33.0984 |
#dff3aa color RGB value is (223,243,170).
#dff3aa hex color red value is 223, green value is 243 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #dff3aa hue: 0.21 , saturation: 0.75 and the lightness value of dff3aa is 0.81.
The process color (four color CMYK) of #dff3aa color hex is 0.08, 0.00, 0.30, 0.05. Web safe color of #dff3aa is #ccff99. Color #dff3aa contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011111 | 11110011 | 10101010 |
Octal | 337 | 363 | 252 |
Decimal | 223 | 243 | 170 |
Hex | DF | F3 | AA |
Shades of #dff3aa
Tints of #dff3aa
RGB Percentages of Color #dff3aa
CMYK Percentages of Color #dff3aa
Complementary Color
#dff3aa | #beaaf3 |
#dff3aa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dff3aa Color Preview on White Background
Lorem ipsum dolor sit amet.
#dff3aa Color CSS Codes
.mybgcolor {background-color:#dff3aa; } .myforecolor {color:#dff3aa; } .mybordercolor {border:3px solid #dff3aa; }
#dff3aa Text Font Color
<p style="color:#dff3aa">Text here</p>
This sample text font color is #dff3aa
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.
#dff3aa Background Color
<div style="background-color:#dff3aa">
Div content here</div>
This div background color is #dff3aa
#dff3aa Border Color
<div style="border:3px solid #dff3aa">
Div here</div>
This div border color is #dff3aa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(223,243,170, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dff3aa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dff3aa; -webkit-box-shadow: 1px 1px 3px 2px #dff3aa; box-shadow: 1px 1px 3px 2px #dff3aa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(223,243,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 #dff3aa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dff3aa; -webkit-box-shadow: 1px 1px 3px 2px #dff3aa; box-shadow: 1px 1px 3px 2px #dff3aa;">
Div content here</div>
This div box has shadow with color #dff3aa
Comments
No comments written yet.
Please login to write comment.