Color spaces of #dffd84
RGB | 223 | 253 | 132 |
---|---|---|---|
HSL | 0.21 | 0.97 | 0.75 |
HSV | 75° | 48° | 99° |
CMYK | 0.12 | 0.00 | 0.48 0.01 |
XYZ | 69.7216 | 87.6045 | 35.0644 |
Yxy | 87.6045 | 0.3624 | 0.4553 |
Hunter Lab | 93.5973 | -30.8287 | 43.3062 |
CIE-Lab | 94.9942 | -27.4891 | 54.2815 |
#dffd84 color RGB value is (223,253,132).
#dffd84 hex color red value is 223, green value is 253 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #dffd84 hue: 0.21 , saturation: 0.97 and the lightness value of dffd84 is 0.75.
The process color (four color CMYK) of #dffd84 color hex is 0.12, 0.00, 0.48, 0.01. Web safe color of #dffd84 is #ccff99. Color #dffd84 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011111 | 11111101 | 10000100 |
Octal | 337 | 375 | 204 |
Decimal | 223 | 253 | 132 |
Hex | DF | FD | 84 |
Shades of #dffd84
Tints of #dffd84
RGB Percentages of Color #dffd84
CMYK Percentages of Color #dffd84
Complementary Color
#dffd84 | #a284fd |
#dffd84 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dffd84 Color Preview on White Background
Lorem ipsum dolor sit amet.
#dffd84 Color CSS Codes
.mybgcolor {background-color:#dffd84; } .myforecolor {color:#dffd84; } .mybordercolor {border:3px solid #dffd84; }
#dffd84 Text Font Color
<p style="color:#dffd84">Text here</p>
This sample text font color is #dffd84
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.
#dffd84 Background Color
<div style="background-color:#dffd84">
Div content here</div>
This div background color is #dffd84
#dffd84 Border Color
<div style="border:3px solid #dffd84">
Div here</div>
This div border color is #dffd84
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(223,253,132, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dffd84; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dffd84; -webkit-box-shadow: 1px 1px 3px 2px #dffd84; box-shadow: 1px 1px 3px 2px #dffd84; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(223,253,132, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dffd84">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dffd84; -webkit-box-shadow: 1px 1px 3px 2px #dffd84; box-shadow: 1px 1px 3px 2px #dffd84;">
Div content here</div>
This div box has shadow with color #dffd84
Comments
No comments written yet.
Please login to write comment.