Color spaces of #def552
RGB | 222 | 245 | 82 |
---|---|---|---|
HSL | 0.19 | 0.89 | 0.64 |
HSV | 68° | 67° | 96° |
CMYK | 0.09 | 0.00 | 0.67 0.04 |
XYZ | 64.2996 | 81.4436 | 20.3139 |
Yxy | 81.4436 | 0.3872 | 0.4905 |
Hunter Lab | 90.2461 | -30.7509 | 49.8264 |
CIE-Lab | 92.3287 | -28.0062 | 72.4926 |
#def552 color RGB value is (222,245,82).
#def552 hex color red value is 222, green value is 245 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #def552 hue: 0.19 , saturation: 0.89 and the lightness value of def552 is 0.64.
The process color (four color CMYK) of #def552 color hex is 0.09, 0.00, 0.67, 0.04. Web safe color of #def552 is #ccff66. Color #def552 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011110 | 11110101 | 01010010 |
Octal | 336 | 365 | 122 |
Decimal | 222 | 245 | 82 |
Hex | DE | F5 | 52 |
Shades of #def552
Tints of #def552
RGB Percentages of Color #def552
CMYK Percentages of Color #def552
Complementary Color
#def552 | #6952f5 |
#def552 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#def552 Color Preview on White Background
Lorem ipsum dolor sit amet.
#def552 Color CSS Codes
.mybgcolor {background-color:#def552; } .myforecolor {color:#def552; } .mybordercolor {border:3px solid #def552; }
#def552 Text Font Color
<p style="color:#def552">Text here</p>
This sample text font color is #def552
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.
#def552 Background Color
<div style="background-color:#def552">
Div content here</div>
This div background color is #def552
#def552 Border Color
<div style="border:3px solid #def552">
Div here</div>
This div border color is #def552
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(222,245,82, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #def552; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #def552; -webkit-box-shadow: 1px 1px 3px 2px #def552; box-shadow: 1px 1px 3px 2px #def552; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(222,245,82, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #def552">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #def552; -webkit-box-shadow: 1px 1px 3px 2px #def552; box-shadow: 1px 1px 3px 2px #def552;">
Div content here</div>
This div box has shadow with color #def552
Comments
No comments written yet.
Please login to write comment.