Color spaces of #def19d
RGB | 222 | 241 | 157 |
---|---|---|---|
HSL | 0.20 | 0.75 | 0.78 |
HSV | 74° | 35° | 95° |
CMYK | 0.08 | 0.00 | 0.35 0.05 |
XYZ | 67.6653 | 80.8745 | 43.9423 |
Yxy | 80.8745 | 0.3515 | 0.4202 |
Hunter Lab | 89.9303 | -23.0710 | 33.9805 |
CIE-Lab | 92.0758 | -19.3875 | 38.5388 |
#def19d color RGB value is (222,241,157).
#def19d hex color red value is 222, green value is 241 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #def19d hue: 0.20 , saturation: 0.75 and the lightness value of def19d is 0.78.
The process color (four color CMYK) of #def19d color hex is 0.08, 0.00, 0.35, 0.05. Web safe color of #def19d is #ccff99. Color #def19d contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011110 | 11110001 | 10011101 |
Octal | 336 | 361 | 235 |
Decimal | 222 | 241 | 157 |
Hex | DE | F1 | 9D |
Shades of #def19d
Tints of #def19d
RGB Percentages of Color #def19d
CMYK Percentages of Color #def19d
Complementary Color
#def19d | #b09df1 |
#def19d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#def19d Color Preview on White Background
Lorem ipsum dolor sit amet.
#def19d Color CSS Codes
.mybgcolor {background-color:#def19d; } .myforecolor {color:#def19d; } .mybordercolor {border:3px solid #def19d; }
#def19d Text Font Color
<p style="color:#def19d">Text here</p>
This sample text font color is #def19d
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.
#def19d Background Color
<div style="background-color:#def19d">
Div content here</div>
This div background color is #def19d
#def19d Border Color
<div style="border:3px solid #def19d">
Div here</div>
This div border color is #def19d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(222,241,157, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #def19d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #def19d; -webkit-box-shadow: 1px 1px 3px 2px #def19d; box-shadow: 1px 1px 3px 2px #def19d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(222,241,157, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #def19d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #def19d; -webkit-box-shadow: 1px 1px 3px 2px #def19d; box-shadow: 1px 1px 3px 2px #def19d;">
Div content here</div>
This div box has shadow with color #def19d
Comments
No comments written yet.
Please login to write comment.