Yes, it is possible.
- 255 is equivalent to any keyword
- 0 is equivalent to host keyword
access-list 10 permit 0.0.0.25 255.255.255.0
Translate
permit IP address where any.any.any.25
matching IP addresses would be:
10.1.1.25, 101.243.23.25, 3.4.5.25 etc...
so, as long as last octet is = 25 IP address will be match