Color spaces of #adefa6
RGB | 173 | 239 | 166 |
---|---|---|---|
HSL | 0.32 | 0.70 | 0.79 |
HSV | 114° | 31° | 94° |
CMYK | 0.28 | 0.00 | 0.31 0.06 |
XYZ | 54.9830 | 73.3704 | 47.3404 |
Yxy | 73.3704 | 0.3129 | 0.4176 |
Hunter Lab | 85.6565 | -35.3196 | 27.1913 |
CIE-Lab | 88.6241 | -34.3523 | 28.8719 |
#adefa6 color RGB value is (173,239,166).
#adefa6 hex color red value is 173, green value is 239 and the blue value of its RGB is 166. Cylindrical-coordinate representations (also known as HSL) of color #adefa6 hue: 0.32 , saturation: 0.70 and the lightness value of adefa6 is 0.79.
The process color (four color CMYK) of #adefa6 color hex is 0.28, 0.00, 0.31, 0.06. Web safe color of #adefa6 is #99ff99. Color #adefa6 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101101 | 11101111 | 10100110 |
Octal | 255 | 357 | 246 |
Decimal | 173 | 239 | 166 |
Hex | AD | EF | A6 |
Shades of #adefa6
Tints of #adefa6
RGB Percentages of Color #adefa6
CMYK Percentages of Color #adefa6
Complementary Color
#adefa6 | #e8a6ef |
#adefa6 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#adefa6 Color Preview on White Background
Lorem ipsum dolor sit amet.
#adefa6 Color CSS Codes
.mybgcolor {background-color:#adefa6; } .myforecolor {color:#adefa6; } .mybordercolor {border:3px solid #adefa6; }
#adefa6 Text Font Color
<p style="color:#adefa6">Text here</p>
This sample text font color is #adefa6
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.
#adefa6 Background Color
<div style="background-color:#adefa6">
Div content here</div>
This div background color is #adefa6
#adefa6 Border Color
<div style="border:3px solid #adefa6">
Div here</div>
This div border color is #adefa6
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(173,239,166, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #adefa6; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #adefa6; -webkit-box-shadow: 1px 1px 3px 2px #adefa6; box-shadow: 1px 1px 3px 2px #adefa6; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(173,239,166, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #adefa6">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #adefa6; -webkit-box-shadow: 1px 1px 3px 2px #adefa6; box-shadow: 1px 1px 3px 2px #adefa6;">
Div content here</div>
This div box has shadow with color #adefa6
Comments
No comments written yet.
Please login to write comment.