Color spaces of #adec06
RGB | 173 | 236 | 6 |
---|---|---|---|
HSL | 0.21 | 0.95 | 0.47 |
HSV | 76° | 97° | 93° |
CMYK | 0.27 | 0.00 | 0.97 0.07 |
XYZ | 47.2619 | 68.8883 | 10.9781 |
Yxy | 68.8883 | 0.3718 | 0.5419 |
Hunter Lab | 82.9990 | -43.6054 | 50.2571 |
CIE-Lab | 86.4487 | -45.4685 | 83.5494 |
#adec06 color RGB value is (173,236,6).
#adec06 hex color red value is 173, green value is 236 and the blue value of its RGB is 6. Cylindrical-coordinate representations (also known as HSL) of color #adec06 hue: 0.21 , saturation: 0.95 and the lightness value of adec06 is 0.47.
The process color (four color CMYK) of #adec06 color hex is 0.27, 0.00, 0.97, 0.07. Web safe color of #adec06 is #99ff00. Color #adec06 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101101 | 11101100 | 00000110 |
Octal | 255 | 354 | 6 |
Decimal | 173 | 236 | 6 |
Hex | AD | EC | 6 |
Shades of #adec06
Tints of #adec06
RGB Percentages of Color #adec06
CMYK Percentages of Color #adec06
Complementary Color
#adec06 | #4506ec |
#adec06 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#adec06 Color Preview on White Background
Lorem ipsum dolor sit amet.
#adec06 Color CSS Codes
.mybgcolor {background-color:#adec06; } .myforecolor {color:#adec06; } .mybordercolor {border:3px solid #adec06; }
#adec06 Text Font Color
<p style="color:#adec06">Text here</p>
This sample text font color is #adec06
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.
#adec06 Background Color
<div style="background-color:#adec06">
Div content here</div>
This div background color is #adec06
#adec06 Border Color
<div style="border:3px solid #adec06">
Div here</div>
This div border color is #adec06
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(173,236,6, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #adec06; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #adec06; -webkit-box-shadow: 1px 1px 3px 2px #adec06; box-shadow: 1px 1px 3px 2px #adec06; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(173,236,6, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #adec06">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #adec06; -webkit-box-shadow: 1px 1px 3px 2px #adec06; box-shadow: 1px 1px 3px 2px #adec06;">
Div content here</div>
This div box has shadow with color #adec06
Comments
No comments written yet.
Please login to write comment.