Color spaces of #def328
RGB | 222 | 243 | 40 |
---|---|---|---|
HSL | 0.18 | 0.89 | 0.55 |
HSV | 66° | 84° | 95° |
CMYK | 0.09 | 0.00 | 0.84 0.05 |
XYZ | 62.5578 | 79.7840 | 14.1102 |
Yxy | 79.7840 | 0.3999 | 0.5100 |
Hunter Lab | 89.3219 | -31.2984 | 53.1593 |
CIE-Lab | 91.5879 | -28.8124 | 84.2869 |
#def328 color RGB value is (222,243,40).
#def328 hex color red value is 222, green value is 243 and the blue value of its RGB is 40. Cylindrical-coordinate representations (also known as HSL) of color #def328 hue: 0.18 , saturation: 0.89 and the lightness value of def328 is 0.55.
The process color (four color CMYK) of #def328 color hex is 0.09, 0.00, 0.84, 0.05. Web safe color of #def328 is #ccff33. Color #def328 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011110 | 11110011 | 00101000 |
Octal | 336 | 363 | 50 |
Decimal | 222 | 243 | 40 |
Hex | DE | F3 | 28 |
Shades of #def328
Tints of #def328
RGB Percentages of Color #def328
CMYK Percentages of Color #def328
Complementary Color
#def328 | #3d28f3 |
#def328 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#def328 Color Preview on White Background
Lorem ipsum dolor sit amet.
#def328 Color CSS Codes
.mybgcolor {background-color:#def328; } .myforecolor {color:#def328; } .mybordercolor {border:3px solid #def328; }
#def328 Text Font Color
<p style="color:#def328">Text here</p>
This sample text font color is #def328
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.
#def328 Background Color
<div style="background-color:#def328">
Div content here</div>
This div background color is #def328
#def328 Border Color
<div style="border:3px solid #def328">
Div here</div>
This div border color is #def328
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(222,243,40, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #def328; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #def328; -webkit-box-shadow: 1px 1px 3px 2px #def328; box-shadow: 1px 1px 3px 2px #def328; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(222,243,40, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #def328">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #def328; -webkit-box-shadow: 1px 1px 3px 2px #def328; box-shadow: 1px 1px 3px 2px #def328;">
Div content here</div>
This div box has shadow with color #def328
Comments
No comments written yet.
Please login to write comment.