Color spaces of #def845
RGB | 222 | 248 | 69 |
---|---|---|---|
HSL | 0.19 | 0.93 | 0.62 |
HSV | 69° | 72° | 97° |
CMYK | 0.10 | 0.00 | 0.72 0.03 |
XYZ | 64.7658 | 83.0941 | 18.2555 |
Yxy | 83.0941 | 0.3899 | 0.5002 |
Hunter Lab | 91.1560 | -32.6997 | 51.9354 |
CIE-Lab | 93.0556 | -30.0811 | 77.7441 |
#def845 color RGB value is (222,248,69).
#def845 hex color red value is 222, green value is 248 and the blue value of its RGB is 69. Cylindrical-coordinate representations (also known as HSL) of color #def845 hue: 0.19 , saturation: 0.93 and the lightness value of def845 is 0.62.
The process color (four color CMYK) of #def845 color hex is 0.10, 0.00, 0.72, 0.03. Web safe color of #def845 is #ccff33. Color #def845 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011110 | 11111000 | 01000101 |
Octal | 336 | 370 | 105 |
Decimal | 222 | 248 | 69 |
Hex | DE | F8 | 45 |
Shades of #def845
Tints of #def845
RGB Percentages of Color #def845
CMYK Percentages of Color #def845
Complementary Color
#def845 | #5f45f8 |
#def845 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#def845 Color Preview on White Background
Lorem ipsum dolor sit amet.
#def845 Color CSS Codes
.mybgcolor {background-color:#def845; } .myforecolor {color:#def845; } .mybordercolor {border:3px solid #def845; }
#def845 Text Font Color
<p style="color:#def845">Text here</p>
This sample text font color is #def845
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.
#def845 Background Color
<div style="background-color:#def845">
Div content here</div>
This div background color is #def845
#def845 Border Color
<div style="border:3px solid #def845">
Div here</div>
This div border color is #def845
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(222,248,69, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #def845; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #def845; -webkit-box-shadow: 1px 1px 3px 2px #def845; box-shadow: 1px 1px 3px 2px #def845; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(222,248,69, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #def845">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #def845; -webkit-box-shadow: 1px 1px 3px 2px #def845; box-shadow: 1px 1px 3px 2px #def845;">
Div content here</div>
This div box has shadow with color #def845
Comments
No comments written yet.
Please login to write comment.