Color spaces of #afc549
RGB | 175 | 197 | 73 |
---|---|---|---|
HSL | 0.20 | 0.52 | 0.53 |
HSV | 71° | 63° | 77° |
CMYK | 0.11 | 0.00 | 0.63 0.23 |
XYZ | 38.8480 | 49.5275 | 13.8156 |
Yxy | 49.5275 | 0.3802 | 0.4847 |
Hunter Lab | 70.3758 | -24.6242 | 37.6237 |
CIE-Lab | 75.7783 | -24.5340 | 57.7384 |
#afc549 color RGB value is (175,197,73).
#afc549 hex color red value is 175, green value is 197 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #afc549 hue: 0.20 , saturation: 0.52 and the lightness value of afc549 is 0.53.
The process color (four color CMYK) of #afc549 color hex is 0.11, 0.00, 0.63, 0.23. Web safe color of #afc549 is #99cc33. Color #afc549 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101111 | 11000101 | 01001001 |
Octal | 257 | 305 | 111 |
Decimal | 175 | 197 | 73 |
Hex | AF | C5 | 49 |
Shades of #afc549
Tints of #afc549
RGB Percentages of Color #afc549
CMYK Percentages of Color #afc549
Complementary Color
#afc549 | #5f49c5 |
#afc549 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#afc549 Color Preview on White Background
Lorem ipsum dolor sit amet.
#afc549 Color CSS Codes
.mybgcolor {background-color:#afc549; } .myforecolor {color:#afc549; } .mybordercolor {border:3px solid #afc549; }
#afc549 Text Font Color
<p style="color:#afc549">Text here</p>
This sample text font color is #afc549
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.
#afc549 Background Color
<div style="background-color:#afc549">
Div content here</div>
This div background color is #afc549
#afc549 Border Color
<div style="border:3px solid #afc549">
Div here</div>
This div border color is #afc549
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(175,197,73, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #afc549; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #afc549; -webkit-box-shadow: 1px 1px 3px 2px #afc549; box-shadow: 1px 1px 3px 2px #afc549; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(175,197,73, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #afc549">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #afc549; -webkit-box-shadow: 1px 1px 3px 2px #afc549; box-shadow: 1px 1px 3px 2px #afc549;">
Div content here</div>
This div box has shadow with color #afc549
Comments
No comments written yet.
Please login to write comment.