Color spaces of #def23c
RGB | 222 | 242 | 60 |
---|---|---|---|
HSL | 0.18 | 0.88 | 0.59 |
HSV | 67° | 75° | 95° |
CMYK | 0.08 | 0.00 | 0.75 0.05 |
XYZ | 62.6919 | 79.3601 | 16.2888 |
Yxy | 79.3601 | 0.3959 | 0.5012 |
Hunter Lab | 89.0843 | -30.2805 | 51.5180 |
CIE-Lab | 91.3970 | -27.6791 | 78.9961 |
#def23c color RGB value is (222,242,60).
#def23c hex color red value is 222, green value is 242 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #def23c hue: 0.18 , saturation: 0.88 and the lightness value of def23c is 0.59.
The process color (four color CMYK) of #def23c color hex is 0.08, 0.00, 0.75, 0.05. Web safe color of #def23c is #ccff33. Color #def23c contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011110 | 11110010 | 00111100 |
Octal | 336 | 362 | 74 |
Decimal | 222 | 242 | 60 |
Hex | DE | F2 | 3C |
Shades of #def23c
Tints of #def23c
RGB Percentages of Color #def23c
CMYK Percentages of Color #def23c
Complementary Color
#def23c | #503cf2 |
#def23c Color Preview on Black Background
Lorem ipsum dolor sit amet.
#def23c Color Preview on White Background
Lorem ipsum dolor sit amet.
#def23c Color CSS Codes
.mybgcolor {background-color:#def23c; } .myforecolor {color:#def23c; } .mybordercolor {border:3px solid #def23c; }
#def23c Text Font Color
<p style="color:#def23c">Text here</p>
This sample text font color is #def23c
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.
#def23c Background Color
<div style="background-color:#def23c">
Div content here</div>
This div background color is #def23c
#def23c Border Color
<div style="border:3px solid #def23c">
Div here</div>
This div border color is #def23c
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(222,242,60, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #def23c; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #def23c; -webkit-box-shadow: 1px 1px 3px 2px #def23c; box-shadow: 1px 1px 3px 2px #def23c; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(222,242,60, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #def23c">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #def23c; -webkit-box-shadow: 1px 1px 3px 2px #def23c; box-shadow: 1px 1px 3px 2px #def23c;">
Div content here</div>
This div box has shadow with color #def23c
Comments
No comments written yet.
Please login to write comment.