Color spaces of #a3d42d
RGB | 163 | 212 | 45 |
---|---|---|---|
HSL | 0.22 | 0.66 | 0.50 |
HSV | 78° | 79° | 83° |
CMYK | 0.23 | 0.00 | 0.79 0.17 |
XYZ | 39.1214 | 55.0630 | 11.0489 |
Yxy | 55.0630 | 0.3718 | 0.5232 |
Hunter Lab | 74.2044 | -35.7506 | 43.1149 |
CIE-Lab | 79.0775 | -37.8863 | 70.6408 |
#a3d42d color RGB value is (163,212,45).
#a3d42d hex color red value is 163, green value is 212 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #a3d42d hue: 0.22 , saturation: 0.66 and the lightness value of a3d42d is 0.50.
The process color (four color CMYK) of #a3d42d color hex is 0.23, 0.00, 0.79, 0.17. Web safe color of #a3d42d is #99cc33. Color #a3d42d contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100011 | 11010100 | 00101101 |
Octal | 243 | 324 | 55 |
Decimal | 163 | 212 | 45 |
Hex | A3 | D4 | 2D |
Shades of #a3d42d
Tints of #a3d42d
RGB Percentages of Color #a3d42d
CMYK Percentages of Color #a3d42d
Complementary Color
#a3d42d | #5e2dd4 |
#a3d42d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a3d42d Color Preview on White Background
Lorem ipsum dolor sit amet.
#a3d42d Color CSS Codes
.mybgcolor {background-color:#a3d42d; } .myforecolor {color:#a3d42d; } .mybordercolor {border:3px solid #a3d42d; }
#a3d42d Text Font Color
<p style="color:#a3d42d">Text here</p>
This sample text font color is #a3d42d
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.
#a3d42d Background Color
<div style="background-color:#a3d42d">
Div content here</div>
This div background color is #a3d42d
#a3d42d Border Color
<div style="border:3px solid #a3d42d">
Div here</div>
This div border color is #a3d42d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(163,212,45, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a3d42d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a3d42d; -webkit-box-shadow: 1px 1px 3px 2px #a3d42d; box-shadow: 1px 1px 3px 2px #a3d42d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(163,212,45, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a3d42d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a3d42d; -webkit-box-shadow: 1px 1px 3px 2px #a3d42d; box-shadow: 1px 1px 3px 2px #a3d42d;">
Div content here</div>
This div box has shadow with color #a3d42d
Comments
No comments written yet.
Please login to write comment.