Color spaces of #dffee5
RGB | 223 | 254 | 229 |
---|---|---|---|
HSL | 0.37 | 0.94 | 0.94 |
HSV | 132° | 12° | 100° |
CMYK | 0.12 | 0.00 | 0.10 0.00 |
XYZ | 80.0161 | 92.2287 | 87.7134 |
Yxy | 92.2287 | 0.3078 | 0.3548 |
Hunter Lab | 96.0358 | -19.3381 | 13.0731 |
CIE-Lab | 96.9137 | -14.5800 | 8.5850 |
#dffee5 color RGB value is (223,254,229).
#dffee5 hex color red value is 223, green value is 254 and the blue value of its RGB is 229. Cylindrical-coordinate representations (also known as HSL) of color #dffee5 hue: 0.37 , saturation: 0.94 and the lightness value of dffee5 is 0.94.
The process color (four color CMYK) of #dffee5 color hex is 0.12, 0.00, 0.10, 0.00. Web safe color of #dffee5 is #ccffcc. Color #dffee5 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011111 | 11111110 | 11100101 |
Octal | 337 | 376 | 345 |
Decimal | 223 | 254 | 229 |
Hex | DF | FE | E5 |
Shades of #dffee5
Tints of #dffee5
RGB Percentages of Color #dffee5
CMYK Percentages of Color #dffee5
Complementary Color
#dffee5 | #fedff8 |
#dffee5 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dffee5 Color Preview on White Background
Lorem ipsum dolor sit amet.
#dffee5 Color CSS Codes
.mybgcolor {background-color:#dffee5; } .myforecolor {color:#dffee5; } .mybordercolor {border:3px solid #dffee5; }
#dffee5 Text Font Color
<p style="color:#dffee5">Text here</p>
This sample text font color is #dffee5
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.
#dffee5 Background Color
<div style="background-color:#dffee5">
Div content here</div>
This div background color is #dffee5
#dffee5 Border Color
<div style="border:3px solid #dffee5">
Div here</div>
This div border color is #dffee5
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(223,254,229, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dffee5; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dffee5; -webkit-box-shadow: 1px 1px 3px 2px #dffee5; box-shadow: 1px 1px 3px 2px #dffee5; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(223,254,229, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dffee5">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dffee5; -webkit-box-shadow: 1px 1px 3px 2px #dffee5; box-shadow: 1px 1px 3px 2px #dffee5;">
Div content here</div>
This div box has shadow with color #dffee5
Comments
No comments written yet.
Please login to write comment.