Color spaces of #adef97
RGB | 173 | 239 | 151 |
---|---|---|---|
HSL | 0.29 | 0.73 | 0.76 |
HSV | 105° | 37° | 94° |
CMYK | 0.28 | 0.00 | 0.37 0.06 |
XYZ | 53.6860 | 72.8516 | 40.5104 |
Yxy | 72.8516 | 0.3214 | 0.4361 |
Hunter Lab | 85.3531 | -37.0939 | 31.6069 |
CIE-Lab | 88.3769 | -36.5888 | 36.1138 |
#adef97 color RGB value is (173,239,151).
#adef97 hex color red value is 173, green value is 239 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #adef97 hue: 0.29 , saturation: 0.73 and the lightness value of adef97 is 0.76.
The process color (four color CMYK) of #adef97 color hex is 0.28, 0.00, 0.37, 0.06. Web safe color of #adef97 is #99ff99. Color #adef97 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101101 | 11101111 | 10010111 |
Octal | 255 | 357 | 227 |
Decimal | 173 | 239 | 151 |
Hex | AD | EF | 97 |
Shades of #adef97
Tints of #adef97
RGB Percentages of Color #adef97
CMYK Percentages of Color #adef97
Complementary Color
#adef97 | #d997ef |
#adef97 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#adef97 Color Preview on White Background
Lorem ipsum dolor sit amet.
#adef97 Color CSS Codes
.mybgcolor {background-color:#adef97; } .myforecolor {color:#adef97; } .mybordercolor {border:3px solid #adef97; }
#adef97 Text Font Color
<p style="color:#adef97">Text here</p>
This sample text font color is #adef97
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.
#adef97 Background Color
<div style="background-color:#adef97">
Div content here</div>
This div background color is #adef97
#adef97 Border Color
<div style="border:3px solid #adef97">
Div here</div>
This div border color is #adef97
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(173,239,151, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #adef97; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #adef97; -webkit-box-shadow: 1px 1px 3px 2px #adef97; box-shadow: 1px 1px 3px 2px #adef97; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(173,239,151, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #adef97">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #adef97; -webkit-box-shadow: 1px 1px 3px 2px #adef97; box-shadow: 1px 1px 3px 2px #adef97;">
Div content here</div>
This div box has shadow with color #adef97
Comments
No comments written yet.
Please login to write comment.