Color spaces of #def475
RGB | 222 | 244 | 117 |
---|---|---|---|
HSL | 0.20 | 0.85 | 0.71 |
HSV | 70° | 52° | 96° |
CMYK | 0.09 | 0.00 | 0.52 0.04 |
XYZ | 65.6858 | 81.5153 | 29.1016 |
Yxy | 81.5153 | 0.3726 | 0.4624 |
Hunter Lab | 90.2858 | -28.1358 | 44.0893 |
CIE-Lab | 92.3605 | -25.0113 | 57.9989 |
#def475 color RGB value is (222,244,117).
#def475 hex color red value is 222, green value is 244 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #def475 hue: 0.20 , saturation: 0.85 and the lightness value of def475 is 0.71.
The process color (four color CMYK) of #def475 color hex is 0.09, 0.00, 0.52, 0.04. Web safe color of #def475 is #ccff66. Color #def475 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011110 | 11110100 | 01110101 |
Octal | 336 | 364 | 165 |
Decimal | 222 | 244 | 117 |
Hex | DE | F4 | 75 |
Shades of #def475
Tints of #def475
RGB Percentages of Color #def475
CMYK Percentages of Color #def475
Complementary Color
#def475 | #8b75f4 |
#def475 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#def475 Color Preview on White Background
Lorem ipsum dolor sit amet.
#def475 Color CSS Codes
.mybgcolor {background-color:#def475; } .myforecolor {color:#def475; } .mybordercolor {border:3px solid #def475; }
#def475 Text Font Color
<p style="color:#def475">Text here</p>
This sample text font color is #def475
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.
#def475 Background Color
<div style="background-color:#def475">
Div content here</div>
This div background color is #def475
#def475 Border Color
<div style="border:3px solid #def475">
Div here</div>
This div border color is #def475
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(222,244,117, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #def475; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #def475; -webkit-box-shadow: 1px 1px 3px 2px #def475; box-shadow: 1px 1px 3px 2px #def475; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(222,244,117, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #def475">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #def475; -webkit-box-shadow: 1px 1px 3px 2px #def475; box-shadow: 1px 1px 3px 2px #def475;">
Div content here</div>
This div box has shadow with color #def475
Comments
No comments written yet.
Please login to write comment.