Color spaces of #def4ad
RGB | 222 | 244 | 173 |
---|---|---|---|
HSL | 0.22 | 0.76 | 0.82 |
HSV | 79° | 29° | 96° |
CMYK | 0.09 | 0.00 | 0.29 0.04 |
XYZ | 70.0177 | 83.2481 | 51.9133 |
Yxy | 83.2481 | 0.3413 | 0.4057 |
Hunter Lab | 91.2404 | -22.6901 | 30.1339 |
CIE-Lab | 93.1230 | -18.7861 | 31.8992 |
#def4ad color RGB value is (222,244,173).
#def4ad hex color red value is 222, green value is 244 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #def4ad hue: 0.22 , saturation: 0.76 and the lightness value of def4ad is 0.82.
The process color (four color CMYK) of #def4ad color hex is 0.09, 0.00, 0.29, 0.04. Web safe color of #def4ad is #ccff99. Color #def4ad contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011110 | 11110100 | 10101101 |
Octal | 336 | 364 | 255 |
Decimal | 222 | 244 | 173 |
Hex | DE | F4 | AD |
Shades of #def4ad
Tints of #def4ad
RGB Percentages of Color #def4ad
CMYK Percentages of Color #def4ad
Complementary Color
#def4ad | #c3adf4 |
#def4ad Color Preview on Black Background
Lorem ipsum dolor sit amet.
#def4ad Color Preview on White Background
Lorem ipsum dolor sit amet.
#def4ad Color CSS Codes
.mybgcolor {background-color:#def4ad; } .myforecolor {color:#def4ad; } .mybordercolor {border:3px solid #def4ad; }
#def4ad Text Font Color
<p style="color:#def4ad">Text here</p>
This sample text font color is #def4ad
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.
#def4ad Background Color
<div style="background-color:#def4ad">
Div content here</div>
This div background color is #def4ad
#def4ad Border Color
<div style="border:3px solid #def4ad">
Div here</div>
This div border color is #def4ad
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(222,244,173, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #def4ad; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #def4ad; -webkit-box-shadow: 1px 1px 3px 2px #def4ad; box-shadow: 1px 1px 3px 2px #def4ad; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(222,244,173, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #def4ad">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #def4ad; -webkit-box-shadow: 1px 1px 3px 2px #def4ad; box-shadow: 1px 1px 3px 2px #def4ad;">
Div content here</div>
This div box has shadow with color #def4ad
Comments
No comments written yet.
Please login to write comment.