Color spaces of #dffae4
RGB | 223 | 250 | 228 |
---|---|---|---|
HSL | 0.36 | 0.73 | 0.93 |
HSV | 131° | 11° | 98° |
CMYK | 0.11 | 0.00 | 0.09 0.02 |
XYZ | 78.6206 | 89.6606 | 86.5613 |
Yxy | 89.6606 | 0.3085 | 0.3518 |
Hunter Lab | 94.6893 | -17.4975 | 12.0819 |
CIE-Lab | 95.8558 | -12.7808 | 7.5794 |
#dffae4 color RGB value is (223,250,228).
#dffae4 hex color red value is 223, green value is 250 and the blue value of its RGB is 228. Cylindrical-coordinate representations (also known as HSL) of color #dffae4 hue: 0.36 , saturation: 0.73 and the lightness value of dffae4 is 0.93.
The process color (four color CMYK) of #dffae4 color hex is 0.11, 0.00, 0.09, 0.02. Web safe color of #dffae4 is #ccffcc. Color #dffae4 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011111 | 11111010 | 11100100 |
Octal | 337 | 372 | 344 |
Decimal | 223 | 250 | 228 |
Hex | DF | FA | E4 |
Shades of #dffae4
Tints of #dffae4
RGB Percentages of Color #dffae4
CMYK Percentages of Color #dffae4
Complementary Color
#dffae4 | #fadff5 |
#dffae4 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dffae4 Color Preview on White Background
Lorem ipsum dolor sit amet.
#dffae4 Color CSS Codes
.mybgcolor {background-color:#dffae4; } .myforecolor {color:#dffae4; } .mybordercolor {border:3px solid #dffae4; }
#dffae4 Text Font Color
<p style="color:#dffae4">Text here</p>
This sample text font color is #dffae4
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.
#dffae4 Background Color
<div style="background-color:#dffae4">
Div content here</div>
This div background color is #dffae4
#dffae4 Border Color
<div style="border:3px solid #dffae4">
Div here</div>
This div border color is #dffae4
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(223,250,228, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dffae4; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dffae4; -webkit-box-shadow: 1px 1px 3px 2px #dffae4; box-shadow: 1px 1px 3px 2px #dffae4; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(223,250,228, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dffae4">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dffae4; -webkit-box-shadow: 1px 1px 3px 2px #dffae4; box-shadow: 1px 1px 3px 2px #dffae4;">
Div content here</div>
This div box has shadow with color #dffae4
Comments
No comments written yet.
Please login to write comment.