Color spaces of #adc445
RGB | 173 | 196 | 69 |
---|---|---|---|
HSL | 0.20 | 0.52 | 0.52 |
HSV | 71° | 65° | 77° |
CMYK | 0.12 | 0.00 | 0.65 0.23 |
XYZ | 38.0477 | 48.7938 | 13.0430 |
Yxy | 48.7938 | 0.3809 | 0.4885 |
Hunter Lab | 69.8526 | -25.0156 | 37.8261 |
CIE-Lab | 75.3229 | -25.1366 | 58.8626 |
#adc445 color RGB value is (173,196,69).
#adc445 hex color red value is 173, green value is 196 and the blue value of its RGB is 69. Cylindrical-coordinate representations (also known as HSL) of color #adc445 hue: 0.20 , saturation: 0.52 and the lightness value of adc445 is 0.52.
The process color (four color CMYK) of #adc445 color hex is 0.12, 0.00, 0.65, 0.23. Web safe color of #adc445 is #99cc33. Color #adc445 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101101 | 11000100 | 01000101 |
Octal | 255 | 304 | 105 |
Decimal | 173 | 196 | 69 |
Hex | AD | C4 | 45 |
Shades of #adc445
Tints of #adc445
RGB Percentages of Color #adc445
CMYK Percentages of Color #adc445
Complementary Color
#adc445 | #5c45c4 |
#adc445 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#adc445 Color Preview on White Background
Lorem ipsum dolor sit amet.
#adc445 Color CSS Codes
.mybgcolor {background-color:#adc445; } .myforecolor {color:#adc445; } .mybordercolor {border:3px solid #adc445; }
#adc445 Text Font Color
<p style="color:#adc445">Text here</p>
This sample text font color is #adc445
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.
#adc445 Background Color
<div style="background-color:#adc445">
Div content here</div>
This div background color is #adc445
#adc445 Border Color
<div style="border:3px solid #adc445">
Div here</div>
This div border color is #adc445
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(173,196,69, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #adc445; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #adc445; -webkit-box-shadow: 1px 1px 3px 2px #adc445; box-shadow: 1px 1px 3px 2px #adc445; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(173,196,69, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #adc445">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #adc445; -webkit-box-shadow: 1px 1px 3px 2px #adc445; box-shadow: 1px 1px 3px 2px #adc445;">
Div content here</div>
This div box has shadow with color #adc445
Comments
No comments written yet.
Please login to write comment.