Color spaces of #adc41f
RGB | 173 | 196 | 31 |
---|---|---|---|
HSL | 0.19 | 0.73 | 0.45 |
HSV | 68° | 84° | 77° |
CMYK | 0.12 | 0.00 | 0.84 0.23 |
XYZ | 37.2208 | 48.4630 | 8.6889 |
Yxy | 48.4630 | 0.3944 | 0.5135 |
Hunter Lab | 69.6154 | -26.3895 | 41.3306 |
CIE-Lab | 75.1160 | -26.9341 | 70.9910 |
#adc41f color RGB value is (173,196,31).
#adc41f hex color red value is 173, green value is 196 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #adc41f hue: 0.19 , saturation: 0.73 and the lightness value of adc41f is 0.45.
The process color (four color CMYK) of #adc41f color hex is 0.12, 0.00, 0.84, 0.23. Web safe color of #adc41f is #99cc33. Color #adc41f contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101101 | 11000100 | 00011111 |
Octal | 255 | 304 | 37 |
Decimal | 173 | 196 | 31 |
Hex | AD | C4 | 1F |
Shades of #adc41f
Tints of #adc41f
RGB Percentages of Color #adc41f
CMYK Percentages of Color #adc41f
Complementary Color
#adc41f | #361fc4 |
#adc41f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#adc41f Color Preview on White Background
Lorem ipsum dolor sit amet.
#adc41f Color CSS Codes
.mybgcolor {background-color:#adc41f; } .myforecolor {color:#adc41f; } .mybordercolor {border:3px solid #adc41f; }
#adc41f Text Font Color
<p style="color:#adc41f">Text here</p>
This sample text font color is #adc41f
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.
#adc41f Background Color
<div style="background-color:#adc41f">
Div content here</div>
This div background color is #adc41f
#adc41f Border Color
<div style="border:3px solid #adc41f">
Div here</div>
This div border color is #adc41f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(173,196,31, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #adc41f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #adc41f; -webkit-box-shadow: 1px 1px 3px 2px #adc41f; box-shadow: 1px 1px 3px 2px #adc41f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(173,196,31, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #adc41f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #adc41f; -webkit-box-shadow: 1px 1px 3px 2px #adc41f; box-shadow: 1px 1px 3px 2px #adc41f;">
Div content here</div>
This div box has shadow with color #adc41f
Comments
No comments written yet.
Please login to write comment.